summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Garfias2021-07-20 10:44:17 -0500
committerDavid Garfias2021-07-20 10:44:17 -0500
commitd5888a5cdfcb7da3e96823270b4c2b10cc549ac2 (patch)
treef38893f3bd36e3a2252f81d32a2dd01bff538db5 /PKGBUILD
parentb26d39b99e7d12daffcec1a55da940a90df274e4 (diff)
downloadaur-d5888a5cdfcb7da3e96823270b4c2b10cc549ac2.tar.gz
Upgraded to 6.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46bfc0a90302..badc4481c137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=scilab-bin
_pkgname=${pkgname%-bin}
-pkgver=6.1.0
-pkgrel=4
+pkgver=6.1.1
+pkgrel=1
pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications."
arch=("x86_64")
license=("BSD" "custom:CeCILL")
@@ -16,17 +16,15 @@ depends=('ncurses5-compat-libs' 'jre8-openjdk')
conflicts=('scilab')
options=(!strip)
source=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
-sha256sums=("81b4425b08b65d6482eb2d184110acc42d8c6b172b8e30ebd80f5aa795cd2924")
+sha256sums=("3ee1a7cf661d021ae26afc27b9fe50cb2d1c9c27911e5582e9d4337ebedb2c79")
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}/share/applications"
sed -i "s|Exec=scilab-adv-cli|Exec=/opt/scilab/bin/scilab-adv-cli|" scilab-adv-cli.desktop
sed -i "s|Exec=scilab-cli|Exec=/opt/scilab/bin/scilab-cli|" scilab-cli.desktop
sed -i "s|Exec=scilab -f|Exec=/opt/scilab/bin/scilab -f %f|" scilab.desktop
-# sed -i "s|Terminal=false|Terminal=true|" scilab.desktop
sed -i "s|Exec=scinotes|Exec=/opt/scilab/bin/scinotes|" scinotes.desktop
sed -i "s|Exec=xcos|Exec=/opt/scilab/bin/xcos|" xcos.desktop
-# sed -i "s|Terminal=false|Terminal=true|" xcos.desktop
cd "${srcdir}/${_pkgname}-${pkgver}"
rm -R thirdparty/java
}