summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Eleftheriou2018-02-20 21:32:17 +0100
committerGeorge Eleftheriou2018-02-20 21:32:17 +0100
commit191b0aff15916e785dea632051c514039464e850 (patch)
treed2bb7f633fcdf2e2abcedaa8daa765b915969e5b
parente3c7514733438bc315eeb5323d55dc2fb731a00d (diff)
downloadaur-191b0aff15916e785dea632051c514039464e850.tar.gz
upgraded to version 6.0.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ffe64821581..8068a4c1d07e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
pkgbase = scilab-bin
pkgdesc = A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications.
- pkgver = 6.0.0
- pkgrel = 5
+ pkgver = 6.0.1
+ pkgrel = 1
url = https://www.scilab.org
arch = x86_64
- arch = i686
license = BSD
license = custom:CeCILL
conflicts = scilab
options = !strip
- source_x86_64 = http://www.scilab.org/download/6.0.0/scilab-6.0.0.bin.linux-x86_64.tar.gz
- sha256sums_x86_64 = 2d09e7ae7b7e01ef4e56fa138ebeaac78f225c3e657c569a09bfff67117de7d6
- source_i686 = http://www.scilab.org/download/6.0.0/scilab-6.0.0.bin.linux-i686.tar.gz
- sha256sums_i686 = c61bd5dd8f02675649e198dccb32ba7b114a254e984b48f73e7aaf8ddb8f1b52
+ source = http://www.scilab.org/download/6.0.1/scilab-6.0.1.bin.linux-x86_64.tar.gz
+ sha256sums = ad8c66cf6df3d761c830c52e1dfe2ca0f3cb5ec241e107def79b04663fe59ae9
pkgname = scilab-bin
diff --git a/PKGBUILD b/PKGBUILD
index 788e10441e18..91478c2fe911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,18 @@
pkgname=scilab-bin
_pkgname=${pkgname%-bin}
-pkgver=6.0.0
-pkgrel=5
+pkgver=6.0.1
+pkgrel=1
pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications."
-arch=("x86_64" "i686")
+arch=("x86_64")
license=("BSD" "custom:CeCILL")
url="https://www.scilab.org"
# Standalone package
depends=()
conflicts=('scilab')
options=(!strip)
-source_x86_64=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
-source_i686=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-i686.tar.gz")
-sha256sums_x86_64=("2d09e7ae7b7e01ef4e56fa138ebeaac78f225c3e657c569a09bfff67117de7d6")
-sha256sums_i686=("c61bd5dd8f02675649e198dccb32ba7b114a254e984b48f73e7aaf8ddb8f1b52")
+source=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
+sha256sums=("ad8c66cf6df3d761c830c52e1dfe2ca0f3cb5ec241e107def79b04663fe59ae9")
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}/share/applications"
@@ -39,6 +37,4 @@ package() {
install -Dm 644 share/applications/*.desktop "${pkgdir}/usr/share/applications"
install -d "${pkgdir}/usr/share/icons"
cp -a share/icons/hicolor "${pkgdir}/usr/share/icons"
- # Fix bug: http://bugzilla.scilab.org/show_bug.cgi?id=15145
- rm -f -- "${pkgdir}/opt/${_pkgname}/lib/thirdparty/libz.so"*
}