summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse R Codling2023-03-24 23:31:41 -0400
committerJesse R Codling2023-03-24 23:31:41 -0400
commitc277ac5223572e0124eb5dc67af05a7986af971b (patch)
treedecff6a80ac80c069d8733e50729062960da53fc /PKGBUILD
parent98d3e0f55ab6e299076b8a56496868f33c8771fa (diff)
downloadaur-matlab-support.tar.gz
R2023a update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48e66177e082..8fd8a3f010a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,24 +22,26 @@
## guide when making this one.
pkgname=matlab-support
-pkgver=9.13.0
-pkgrel=3
+pkgver=9.14.0
+pkgrel=1
pkgdesc='Provides dependencies desktop file and common fixes for MATLAB.'
arch=('x86_64')
url='http://www.mathworks.com'
license=(custom)
depends=(
- 'alsa-lib'
- 'libxcrypt-compat'
'gst-plugins-base-libs'
'gtk3'
- 'nss'
- 'unixodbc'
- 'python'
+ 'libsndfile'
+ 'libxcrypt-compat'
+ 'libxt'
'lsb-release'
+ 'make'
'net-tools'
+ 'nss'
'procps'
+ 'python'
'sudo'
+ 'unixodbc'
'unzip'
'wget'
)
@@ -66,7 +68,7 @@ prepare() {
gendesk -f -n --pkgname 'matlab' \
--pkgdesc 'A high-level language for numerical computation and visualization.' \
--categories 'Development;Education;Science;Mathematics;IDE' \
- --exec 'env LD_PRELOAD=/usr/lib/libfreetype.so.6:/usr/lib/libstdc++.so.6:/usr/lib/libfontconfig.so.1:/usr/lib/libtiff.so matlab -desktop' \
+ --exec 'env LD_PRELOAD=/usr/lib/libfreetype.so:/usr/lib/libstdc++.so:/usr/lib/libfontconfig.so matlab -desktop' \
--mimetypes 'text/x-matlab' \
"${srcdir}/matlab.desktop" >/dev/null
}