summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames P. Harvey2017-02-12 22:32:16 -0500
committerJames P. Harvey2017-02-14 23:17:06 -0500
commit14c16a9d97276b272a877aa4e44c43ce78458716 (patch)
tree8803f4719a59300f0ed4784da779418bc82f047b /PKGBUILD
parent4b12e6317172359e47120f455bbeb8e703ad7dc8 (diff)
downloadaur-14c16a9d97276b272a877aa4e44c43ce78458716.tar.gz
Use isl 0.18 rather than 0.16.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 354e6f5d0703..aea3afb52c27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ _pkgname=gcc
pkgver=7.0.1.r152299.a718e363671
_base_ver=7.0.1
_pkgver=7
-_islver=0.16.1
+_islver=0.18
pkgrel=1
pkgdesc="The GNU Compiler Collection (developmental version)"
arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@ options=('!emptydirs')
source=(git+https://github.com/gcc-mirror/gcc
http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
md5sums=('SKIP'
- 'ac1f25a0677912952718a51f5bc20f32')
+ '11436d6b205e516635b666090b94ab32')
_libdir="usr/lib/gcc/$CHOST/$_base_ver"