[arch-commits] Commit in gcc/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed May 10 13:43:13 UTC 2017


    Date: Wednesday, May 10, 2017 @ 13:43:12
  Author: bpiotrowski
Revision: 295540

upgpkg: gcc 7.1.1-1

new upstream release

Modified:
  gcc/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-10 11:16:01 UTC (rev 295539)
+++ PKGBUILD	2017-05-10 13:43:12 UTC (rev 295540)
@@ -5,11 +5,11 @@
 # NOTE: libtool requires rebuilt with each new gcc version
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
-pkgver=6.3.1
-_pkgver=6
-_islver=0.16.1
-pkgrel=2
-_commit=4fc407888a30c5d953816b05c8a8e98ec2ab3101
+pkgver=7.1.1
+_pkgver=${pkgver:0:1}
+_islver=0.18
+pkgrel=1
+_commit=04b544d5d1216dc3cdddd7c8656573517563a54c
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -20,7 +20,7 @@
 source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit}
         http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
 md5sums=('SKIP'
-         'ac1f25a0677912952718a51f5bc20f32')
+         '11436d6b205e516635b666090b94ab32')
 
 _libdir="usr/lib/gcc/$CHOST/$pkgver"
 



More information about the arch-commits mailing list