upgraded to 6.0.2
This commit is contained in:
parent
191b0aff15
commit
40bfafa3c6
6
.SRCINFO
6
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = scilab-bin
|
||||
pkgdesc = A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications.
|
||||
pkgver = 6.0.1
|
||||
pkgver = 6.0.2
|
||||
pkgrel = 1
|
||||
url = https://www.scilab.org
|
||||
arch = x86_64
|
||||
@ -8,8 +8,8 @@ pkgbase = scilab-bin
|
||||
license = custom:CeCILL
|
||||
conflicts = scilab
|
||||
options = !strip
|
||||
source = http://www.scilab.org/download/6.0.1/scilab-6.0.1.bin.linux-x86_64.tar.gz
|
||||
sha256sums = ad8c66cf6df3d761c830c52e1dfe2ca0f3cb5ec241e107def79b04663fe59ae9
|
||||
source = http://www.scilab.org/download/6.0.2/scilab-6.0.2.bin.linux-x86_64.tar.gz
|
||||
sha256sums = 1c05944d763fd77af22dd06868ed7cd599818bed8beb4173cc0d249f5f639415
|
||||
|
||||
pkgname = scilab-bin
|
||||
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=scilab-bin
|
||||
_pkgname=${pkgname%-bin}
|
||||
pkgver=6.0.1
|
||||
pkgver=6.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications."
|
||||
arch=("x86_64")
|
||||
@ -14,7 +14,7 @@ depends=()
|
||||
conflicts=('scilab')
|
||||
options=(!strip)
|
||||
source=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
|
||||
sha256sums=("ad8c66cf6df3d761c830c52e1dfe2ca0f3cb5ec241e107def79b04663fe59ae9")
|
||||
sha256sums=("1c05944d763fd77af22dd06868ed7cd599818bed8beb4173cc0d249f5f639415")
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}/share/applications"
|
||||
|
Loading…
x
Reference in New Issue
Block a user