diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD index c7681eed7..510f59b0f 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -18,7 +18,7 @@ pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go') pkgver=5.2.0 _pkgver=5 _islver=0.14.1 -pkgrel=1 +pkgrel=2 #_snapshot=5-20150623 pkgdesc="The GNU Compiler Collection" arch=('i686' 'x86_64') @@ -124,7 +124,7 @@ package_gcc-libs() { pkgdesc="Runtime libraries shipped by GCC" groups=('base') - depends=('glibc>=2.21') + depends=('glibc>=2.22') options=('!emptydirs' '!strip') install=gcc-libs.install