diff options
author | Jesse R Codling | 2023-03-24 23:31:41 -0400 |
---|---|---|
committer | Jesse R Codling | 2023-03-24 23:31:41 -0400 |
commit | c277ac5223572e0124eb5dc67af05a7986af971b (patch) | |
tree | decff6a80ac80c069d8733e50729062960da53fc | |
parent | 98d3e0f55ab6e299076b8a56496868f33c8771fa (diff) | |
download | aur-matlab-support.tar.gz |
R2023a update
-rw-r--r-- | .SRCINFO | 16 | ||||
-rw-r--r-- | PKGBUILD | 18 |
2 files changed, 19 insertions, 15 deletions
@@ -1,22 +1,24 @@ pkgbase = matlab-support pkgdesc = Provides dependencies desktop file and common fixes for MATLAB. - pkgver = 9.13.0 - pkgrel = 3 + pkgver = 9.14.0 + pkgrel = 1 url = http://www.mathworks.com arch = x86_64 license = custom makedepends = gendesk - depends = alsa-lib - depends = libxcrypt-compat depends = gst-plugins-base-libs depends = gtk3 - depends = nss - depends = unixodbc - depends = python + depends = libsndfile + depends = libxcrypt-compat + depends = libxt depends = lsb-release + depends = make depends = net-tools + depends = nss depends = procps + depends = python depends = sudo + depends = unixodbc depends = unzip depends = wget optdepends = gcc6: For MEX support @@ -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 } |