Upgraded to 6.1.0
This commit is contained in:
parent
40bfafa3c6
commit
06874a4ccb
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 = 6.0.2
|
pkgver = 6.1.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.scilab.org
|
url = https://www.scilab.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -8,8 +8,8 @@ pkgbase = scilab-bin
|
|||||||
license = custom:CeCILL
|
license = custom:CeCILL
|
||||||
conflicts = scilab
|
conflicts = scilab
|
||||||
options = !strip
|
options = !strip
|
||||||
source = http://www.scilab.org/download/6.0.2/scilab-6.0.2.bin.linux-x86_64.tar.gz
|
source = http://www.scilab.org/download/6.1.0/scilab-6.1.0.bin.linux-x86_64.tar.gz
|
||||||
sha256sums = 1c05944d763fd77af22dd06868ed7cd599818bed8beb4173cc0d249f5f639415
|
sha256sums = 81b4425b08b65d6482eb2d184110acc42d8c6b172b8e30ebd80f5aa795cd2924
|
||||||
|
|
||||||
pkgname = scilab-bin
|
pkgname = scilab-bin
|
||||||
|
|
||||||
|
7
PKGBUILD
7
PKGBUILD
@ -1,9 +1,10 @@
|
|||||||
# Maintainer : George Eleftheriou <eleftg>
|
# Maintainer : ffcc <ffercc at gmail dot com>
|
||||||
|
# Contributor : George Eleftheriou <eleftg>
|
||||||
# Contributor : Marcel Hasler <mahasler at gmail dot com>
|
# Contributor : Marcel Hasler <mahasler at gmail dot com>
|
||||||
|
|
||||||
pkgname=scilab-bin
|
pkgname=scilab-bin
|
||||||
_pkgname=${pkgname%-bin}
|
_pkgname=${pkgname%-bin}
|
||||||
pkgver=6.0.2
|
pkgver=6.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")
|
||||||
@ -14,7 +15,7 @@ depends=()
|
|||||||
conflicts=('scilab')
|
conflicts=('scilab')
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
source=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
|
source=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
|
||||||
sha256sums=("1c05944d763fd77af22dd06868ed7cd599818bed8beb4173cc0d249f5f639415")
|
sha256sums=("81b4425b08b65d6482eb2d184110acc42d8c6b172b8e30ebd80f5aa795cd2924")
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${_pkgname}-${pkgver}/share/applications"
|
cd "${srcdir}/${_pkgname}-${pkgver}/share/applications"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user