Updated to 2023.1.0
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=scilab-bin
|
||||
_pkgname=${pkgname%-bin}
|
||||
pkgver=2023.0.0
|
||||
pkgver=2023.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications."
|
||||
arch=("x86_64")
|
||||
@@ -17,8 +17,8 @@ conflicts=('scilab' 'scilab-git')
|
||||
provides=('scilab')
|
||||
options=(!strip)
|
||||
# From Scilab downloads page (https://www.scilab.org/download/)
|
||||
source=("https://www.scilab.org/download/${pkgver}/${_pkgname}-${pkgver}.bin.x86_64-pc-linux-gnu.tar.xz")
|
||||
sha256sums=("1278955d3bfc4b5be9290ec17f40b9e79789dee09be6893ba83f382e89015a66")
|
||||
source=("https://www.scilab.org/download/${pkgver}/${_pkgname}-${pkgver}.bin.x86_64-linux-gnu.tar.xz")
|
||||
sha256sums=("8abcd28bc560f47a48479c37d3aaf9a976156611f1ca238cda1ac4ad866fa8c5")
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
|
Reference in New Issue
Block a user