summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAriel Lieberman2018-10-05 16:57:55 +0300
committerAriel Lieberman2018-10-05 16:57:55 +0300
commitbb75eb1a85d609171c2bac461869fffe27c2795f (patch)
tree837760eab06a23c10bdf019051c95aaaf6c97c4f /PKGBUILD
parentdfe58516429519a253752ef645cf84afcf4221fc (diff)
downloadaur-bb75eb1a85d609171c2bac461869fffe27c2795f.tar.gz
fix matlab.desktop
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35f5a1a02c81..d84747cdb86b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@
pkgname=matlab-support
pkgver=9.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Provides dependencies desktop file and common fixes for MATLAB.'
arch=('x86_64')
url='http://www.mathworks.com'
@@ -56,7 +56,7 @@ prepare() {
gendesk -f -n --pkgname 'matlab' \
--pkgdesc 'A high-level language for numerical computation and visualization.' \
--categories 'Development;Education;science;Mathematics;IDE' \
- --exec --exec 'env LD_PRELOAD=/usr/lib/libfreetype.so.6:/usr/lib/libstdc++.so.6 matlab -desktop' \
+ --exec 'env LD_PRELOAD=/usr/lib/libfreetype.so.6:/usr/lib/libstdc++.so.6 matlab -desktop' \
--mimetypes 'text/x-matlab' \
"${srcdir}/matlab.desktop" >/dev/null
}