summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse R Codling2023-01-23 16:14:39 -0500
committerJesse R Codling2023-01-23 16:14:39 -0500
commit98d3e0f55ab6e299076b8a56496868f33c8771fa (patch)
tree23497a64c9b023c047109ba00fd712d142da7851 /PKGBUILD
parent815545beabfe60e434a375d8a369908afc1085b4 (diff)
downloadaur-98d3e0f55ab6e299076b8a56496868f33c8771fa.tar.gz
Deps update and libtiff de-versioning
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1baaf8caf959..48e66177e082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@
pkgname=matlab-support
pkgver=9.13.0
-pkgrel=2
+pkgrel=3
pkgdesc='Provides dependencies desktop file and common fixes for MATLAB.'
arch=('x86_64')
url='http://www.mathworks.com'
@@ -36,8 +36,6 @@ depends=(
'nss'
'unixodbc'
'python'
- 'libsndfile'
- 'libxt'
'lsb-release'
'net-tools'
'procps'
@@ -68,7 +66,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.5 matlab -desktop' \
+ --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' \
--mimetypes 'text/x-matlab' \
"${srcdir}/matlab.desktop" >/dev/null
}