summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Eleftheriou2018-01-04 00:26:58 +0100
committerGeorge Eleftheriou2018-01-04 00:26:58 +0100
commita2e0ad2d79a3ab8c3706cb42fd23d32b24df4d29 (patch)
treec69eee56261b7d1167e8934d50dde69c5d6e61c4
parent8bd5ed55c558e2fb53e9b1543d00a7ea083ea36d (diff)
downloadaur-a2e0ad2d79a3ab8c3706cb42fd23d32b24df4d29.tar.gz
work-around for upstream bug #15145
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 514d1792c318..ff67eabb7d9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 2
+ pkgrel = 3
url = https://www.scilab.org
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8c052ac3f2a2..ba4fbc966716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=scilab-bin
_pkgname=${pkgname%-bin}
pkgver=6.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications."
arch=("x86_64" "i686")
license=("BSD" "custom:CeCILL")
@@ -37,4 +37,6 @@ 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"*
}