gcc 7.3.0

This commit is contained in:
AlmAck 2018-01-25 23:33:07 +01:00
parent 4018cd1f4a
commit 43dd732a60

View File

@ -4,11 +4,11 @@
# NOTE: libtool requires rebuilt with each new gcc version
pkgname=('gcc' 'gcc-libs' 'lib32-gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
pkgver=7.2.1+20180117
pkgver=7.3.0+20180125
_majorver=${pkgver:0:1}
_islver=0.18
pkgrel=1
_commit=d1abe720238b8d3316565e56d8dbbf163319b3bb
_commit=87fb575328cc5d954b91672681aacfc383134b12
pkgdesc="The GNU Compiler Collection"
arch=('x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom')
@ -19,7 +19,7 @@ options=('!emptydirs')
#source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit}
source=(https://github.com/gcc-mirror/gcc/archive/${_commit}.tar.gz
http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
md5sums=('6e31f529738626b10b43fefe438978b3'
md5sums=('640c49a0a3f4bcdfa8c019a3d0724587'
'11436d6b205e516635b666090b94ab32')
_libdir="usr/lib/gcc/$CHOST/${pkgver%%+*}"