summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael R. Shannon2017-03-31 16:46:43 -0600
committerMichael R. Shannon2017-03-31 16:46:43 -0600
commit3c90156b956f11f9b020741203de3c7c9bdd7953 (patch)
treee1c28af44d6be4e9e5d747a4746f510073fbc872 /PKGBUILD
parent0762e85669f2ec708d60b3c4cc71ddaa0bb9cb97 (diff)
downloadaur-3c90156b956f11f9b020741203de3c7c9bdd7953.tar.gz
Fix compiler version and .SRCINFO.
Thanks goes to runical for the fix.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8600fb221b6..eb567c75b536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@
pkgname=matlab-support
pkgver=9.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Provides dependencies and common fixes for MATLAB.'
arch=('x86_64')
url='http://www.mathworks.com'
@@ -31,7 +31,7 @@ depends=('libx11'
'libxt'
'jre7-openjdk'
'libselinux')
-optdepends=('gcc47: For MEX support')
+optdepends=('gcc49: For MEX support')
makedepends=('gendesk')
provides=('matlab')
conflicts=('matlab')