summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael R. Shannon2017-03-31 16:58:56 -0600
committerMichael R. Shannon2017-03-31 16:58:56 -0600
commitd333709cd8006035d82967bea42c65525fafc493 (patch)
tree6e081f1726279fba345c04766b26fb1a1665b24a
parent77bcafd15cb39a87d265f9cd5b496bfdd539682e (diff)
downloadaur-d333709cd8006035d82967bea42c65525fafc493.tar.gz
Fix comments.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--matlab-support.install4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d14970ef1bc..f59cbc1b286a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matlab-support
pkgdesc = Provides dependencies and common fixes for MATLAB.
pkgver = 9.2.0
- pkgrel = 3
+ pkgrel = 4
url = http://www.mathworks.com
install = matlab-support.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7e57260e2d9f..151fb690a850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@
pkgname=matlab-support
pkgver=9.2.0
-pkgrel=3
+pkgrel=4
pkgdesc='Provides dependencies and common fixes for MATLAB.'
arch=('x86_64')
url='http://www.mathworks.com'
diff --git a/matlab-support.install b/matlab-support.install
index 975835e23a18..c8d7d4deead9 100644
--- a/matlab-support.install
+++ b/matlab-support.install
@@ -1,6 +1,6 @@
## This install script will find the currently installed version of MATLAB (via
-## the PATH) and patch the mexopts.sh script to use GCC 4.7 from the AUR. This
-## is required as MATLAB does not currently support versions newer than 4.7.
+## the PATH) and patch the mexopts.sh script to use GCC 4.9 from the AUR. This
+## is required as MATLAB does not currently support versions newer than 4.9.
post_install() {
post_upgrade