core/gcc to 6.1.1-4

This commit is contained in:
Kevin Mihelich 2016-08-05 13:36:36 +00:00
parent 7a97d18d45
commit 94e89442c3

View file

@ -19,8 +19,8 @@ pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go')
pkgver=6.1.1 pkgver=6.1.1
_pkgver=6 _pkgver=6
_islver=0.16.1 _islver=0.16.1
pkgrel=3 pkgrel=4
_commit=1bbd3999 _commit=c8454ab1
pkgdesc="The GNU Compiler Collection" pkgdesc="The GNU Compiler Collection"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom') license=('GPL' 'LGPL' 'FDL' 'custom')
@ -112,7 +112,7 @@ package_gcc-libs()
{ {
pkgdesc="Runtime libraries shipped by GCC" pkgdesc="Runtime libraries shipped by GCC"
groups=('base') groups=('base')
depends=('glibc>=2.23') depends=('glibc>=2.24')
options=('!emptydirs' '!strip') options=('!emptydirs' '!strip')
cd ${srcdir}/gcc-build cd ${srcdir}/gcc-build