aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBatuhan Başerdem2021-02-03 13:06:49 -0500
committerBatuhan Başerdem2021-02-03 13:06:49 -0500
commit04100d8083b1adda32a93ce9a294a35f8289cbfd (patch)
treea310304b7633c5890a46dc5e5901b2d713ff436f
parent960bee3dd516dadcf94cb3234bb664d72856db1c (diff)
downloadaur-04100d8083b1.tar.gz
Fixed version typo on PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cc77dfeab47..8c3c26e39c58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matlab
pkgdesc = A high-level language for numerical computation and visualization
pkgver = 9.9.0.1467703
- pkgrel = 2
+ pkgrel = 4
url = http://www.mathworks.com
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index bb30a2166d8b..bd47559e35f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ release='r2020b'
instdir="/opt/tmw/${name}-${release}"
pkgname=matlab
pkgver=9.9.0.1467703
-pkgrel=3
+pkgrel=4
pkgdesc='A high-level language for numerical computation and visualization'
arch=('x86_64')
url='http://www.mathworks.com'
@@ -259,7 +259,7 @@ package() {
# make sure MATLAB can find proper libraries libgfortran.so.3
mkdir -p "${pkgdir}/${instdir}/backup/bin"
cp "${pkgdir}/${instdir}/bin/matlab" "${pkgdir}/${instdir}/backup/bin"
- sed -i 's|LD_LIBRARY_PATH="`eval echo $LD_LIBRARY_PATH`"|LD_LIBRARY_PATH="`eval echo $LD_LIBRARY_PATH`:/usr/lib/gcc/x86_64-pc-linux-gnu/'$(pacman -Q gcc9 | awk '{print $2}' | cut -d- -f1)'"|g' "${pkgdir}/${instdir}/bin/matlab"
+ sed -i 's|LD_LIBRARY_PATH="`eval echo $LD_LIBRARY_PATH`"|LD_LIBRARY_PATH="`eval echo $LD_LIBRARY_PATH`:/usr/lib/gcc/x86_64-pc-linux-gnu/'$(pacman -Q gcc8 | awk '{print $2}' | cut -d- -f1)'"|g' "${pkgdir}/${instdir}/bin/matlab"
# Install the script file to make scripting easier with matlab
install -Dm 0755 "${srcdir}/matlab.script" "${pkgdir}/usr/bin/matscript"