Updated to 2024.1.0

This commit is contained in:
David Garfias 2024-06-14 15:48:30 -06:00
parent 4c2d05c6e5
commit b1f7769018
2 changed files with 5 additions and 5 deletions

@ -1,6 +1,6 @@
pkgbase = scilab-bin pkgbase = scilab-bin
pkgdesc = A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications. pkgdesc = A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications.
pkgver = 2024.0.0 pkgver = 2024.1.0
pkgrel = 1 pkgrel = 1
url = https://www.scilab.org url = https://www.scilab.org
arch = x86_64 arch = x86_64
@ -10,7 +10,7 @@ pkgbase = scilab-bin
conflicts = scilab conflicts = scilab
conflicts = scilab-git conflicts = scilab-git
options = !strip options = !strip
source = https://www.scilab.org/download/2024.0.0/scilab-2024.0.0.bin.x86_64-linux-gnu.tar.xz source = https://www.scilab.org/download/2024.1.0/scilab-2024.1.0.bin.x86_64-linux-gnu.tar.xz
sha256sums = 20afcaa58de5b61bc5f42db805c7e7ebf2cdcddeb8d9ccca7b788c286e18b276 sha256sums = 0eeddf0ce260dd1dc6a38a044d11447f5f48faaf4400ab83db3ab7d706aa1751
pkgname = scilab-bin pkgname = scilab-bin

@ -5,7 +5,7 @@
pkgname=scilab-bin pkgname=scilab-bin
_pkgname=${pkgname%-bin} _pkgname=${pkgname%-bin}
pkgver=2024.0.0 pkgver=2024.1.0
pkgrel=1 pkgrel=1
pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications." pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications."
arch=("x86_64") arch=("x86_64")
@ -18,7 +18,7 @@ provides=('scilab')
options=(!strip) options=(!strip)
# From Scilab downloads page (https://www.scilab.org/download/) # From Scilab downloads page (https://www.scilab.org/download/)
source=("https://www.scilab.org/download/${pkgver}/${_pkgname}-${pkgver}.bin.x86_64-linux-gnu.tar.xz") source=("https://www.scilab.org/download/${pkgver}/${_pkgname}-${pkgver}.bin.x86_64-linux-gnu.tar.xz")
sha256sums=("20afcaa58de5b61bc5f42db805c7e7ebf2cdcddeb8d9ccca7b788c286e18b276") sha256sums=("0eeddf0ce260dd1dc6a38a044d11447f5f48faaf4400ab83db3ab7d706aa1751")
package() { package() {
install -d "${pkgdir}/opt" install -d "${pkgdir}/opt"