summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse R Codling2021-11-16 11:56:04 -0500
committerJesse R Codling2021-11-16 11:56:04 -0500
commitc4b005b92dad6463ffdde87be6d70ef39626ddc3 (patch)
tree22b5e69c5763baf2efc8dc9ed0850a3c366e4cd9
parentab3f34678aa926cb817d035992ea1626ce54d503 (diff)
downloadaur-c4b005b92dad6463ffdde87be6d70ef39626ddc3.tar.gz
Science category fix and version bump
Main change is a capitalization fix for the `gendesk` call. Also bumps the version number up to R2021b
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a57609b04342..a71a9450643b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = matlab-support
pkgdesc = Provides dependencies desktop file and common fixes for MATLAB.
- pkgver = 9.9.0
+ pkgver = 9.11.0
pkgrel = 1
url = http://www.mathworks.com
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0781c996bc09..82bd8da74243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@
## guide when making this one.
pkgname=matlab-support
-pkgver=9.9.0
+pkgver=9.11.0
pkgrel=1
pkgdesc='Provides dependencies desktop file and common fixes for MATLAB.'
arch=('x86_64')
@@ -104,7 +104,7 @@ sha512sums=('ba72458379c89b22a27d1d7e357cefae4437fa28caac47b26ccd4f5b01b8cbc2c00
msg2 'Creating desktop file'
gendesk -f -n --pkgname 'matlab' \
--pkgdesc 'A high-level language for numerical computation and visualization.' \
- --categories 'Development;Education;science;Mathematics;IDE' \
+ --categories 'Development;Education;Science;Mathematics;IDE' \
--exec 'env env LD_PRELOAD=/usr/lib/libfreetype.so.6:/usr/lib/libstdc++.so.6:/usr/lib/libgio-2.0.so:/usr/lib/libglib-2.0.so:/usr/lib/libgmodule-2.0.so:/usr/lib/libgobject-2.0.so:/usr/lib/libgthread-2.0.so matlab -desktop' \
--mimetypes 'text/x-matlab' \
"${srcdir}/matlab.desktop" >/dev/null