Updated to 2023.1.0
This commit is contained in:
parent
0b755f2243
commit
ef236e362d
6
.SRCINFO
6
.SRCINFO
@ -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 = 2023.0.0
|
pkgver = 2023.1.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.scilab.org
|
url = https://www.scilab.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -11,7 +11,7 @@ pkgbase = scilab-bin
|
|||||||
conflicts = scilab
|
conflicts = scilab
|
||||||
conflicts = scilab-git
|
conflicts = scilab-git
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://www.scilab.org/download/2023.0.0/scilab-2023.0.0.bin.x86_64-pc-linux-gnu.tar.xz
|
source = https://www.scilab.org/download/2023.1.0/scilab-2023.1.0.bin.x86_64-linux-gnu.tar.xz
|
||||||
sha256sums = 1278955d3bfc4b5be9290ec17f40b9e79789dee09be6893ba83f382e89015a66
|
sha256sums = 8abcd28bc560f47a48479c37d3aaf9a976156611f1ca238cda1ac4ad866fa8c5
|
||||||
|
|
||||||
pkgname = scilab-bin
|
pkgname = scilab-bin
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
pkgname=scilab-bin
|
pkgname=scilab-bin
|
||||||
_pkgname=${pkgname%-bin}
|
_pkgname=${pkgname%-bin}
|
||||||
pkgver=2023.0.0
|
pkgver=2023.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")
|
||||||
@ -17,8 +17,8 @@ conflicts=('scilab' 'scilab-git')
|
|||||||
provides=('scilab')
|
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-pc-linux-gnu.tar.xz")
|
source=("https://www.scilab.org/download/${pkgver}/${_pkgname}-${pkgver}.bin.x86_64-linux-gnu.tar.xz")
|
||||||
sha256sums=("1278955d3bfc4b5be9290ec17f40b9e79789dee09be6893ba83f382e89015a66")
|
sha256sums=("8abcd28bc560f47a48479c37d3aaf9a976156611f1ca238cda1ac4ad866fa8c5")
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user