summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Garfias2023-03-13 15:26:49 -0600
committerDavid Garfias2023-03-13 15:26:49 -0600
commit2534db8cf2994ac4764176a354069e7102d32a95 (patch)
tree383760b7d76517c810bcae24d6b2c7724d92012a
parent76de68ab2963f7df0cf6a648085fc7ce6b2a7b9a (diff)
downloadaur-2534db8cf2994ac4764176a354069e7102d32a95.tar.gz
Upgraded to 2023.0.0
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bcc2b697ea0..66b5a7d5a768 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=scilab-bin
_pkgname=${pkgname%-bin}
-pkgver=6.1.1
-pkgrel=5
+pkgver=2023.0.0
+pkgrel=1
pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications."
arch=("x86_64")
license=("GPL")
@@ -17,8 +17,8 @@ conflicts=('scilab' 'scilab-git')
provides=('scilab')
options=(!strip)
# From Scilab downloads page (https://www.scilab.org/download/)
-source=("https://oos.eu-west-2.outscale.com/scilab-releases/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
-sha256sums=("3ee1a7cf661d021ae26afc27b9fe50cb2d1c9c27911e5582e9d4337ebedb2c79")
+source=("https://www.scilab.org/download/${pkgver}/${_pkgname}-${pkgver}.bin.x86_64-pc-linux-gnu.tar.xz")
+sha256sums=("1278955d3bfc4b5be9290ec17f40b9e79789dee09be6893ba83f382e89015a66")
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"