aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2023-09-19 14:20:11 +0200
committerMarco Rubin2023-09-19 14:20:11 +0200
commit541fc95dddb036712751167b960b53894ee952e0 (patch)
treecc583d660afcd596479fc214fd638f06bb1363d2
parent1eecf3a0f44cde8a3b291bc6d20996d5f6bfe187 (diff)
downloadaur-matlab.tar.gz
R2023a
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09982ca80253..fcb6928ffd42 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matlab
pkgdesc = A high-level language for numerical computation and visualization
- pkgver = 9.14.0.2239454
- pkgrel = 3
+ pkgver = 9.14.0.2337262
+ pkgrel = 1
url = https://www.mathworks.com
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 4fe1bbb274dd..dd173af3cae0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Batuhan Baserdem <lastname dot firstname at gmail>
pkgname=matlab
-pkgrel=3
-pkgver=9.14.0.2239454
+pkgrel=1
+pkgver=9.14.0.2337262
pkgdesc='A high-level language for numerical computation and visualization'
arch=(x86_64)
url='https://www.mathworks.com'
@@ -18,7 +18,7 @@ b2sums=('SKIP' 'SKIP' 'SKIP')
# Example list of products for a partial installation. Leave empty for a full installation.
_products=(
'MATLAB'
- 'Simulink'
+ # 'Simulink'
)
pkgver() {
@@ -50,7 +50,7 @@ build() {
"$srcdir/matlab/install" -inputFile "$srcdir/matlab/installer_input.txt"
# If "$srcdir/build" does not exist, the installer failed.
- if [ -z "$(ls -A "$srcdir/build")" ]; then
+ if [ ! -d "$srcdir/build" ]; then
echo "==> ERROR: MATLAB installer failed, check install.log"
exit 1
fi