mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/gcc to 5.2.0-2
This commit is contained in:
parent
17829721a0
commit
c881c8edfe
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue