mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/gcc to 4.9.0-4
This commit is contained in:
parent
e3d842e93a
commit
7745fb24e0
1 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@ noautobuild=1
|
|||
pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go')
|
||||
pkgver=4.9.0
|
||||
_pkgver=4.9
|
||||
pkgrel=3
|
||||
_snapshot=4.9-20140521
|
||||
pkgrel=4
|
||||
_snapshot=4.9-20140604
|
||||
pkgdesc="The GNU Compiler Collection"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL' 'custom')
|
||||
|
@ -28,7 +28,7 @@ options=('!emptydirs' '!distcc')
|
|||
source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
|
||||
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
|
||||
gcc-4.8-filename-output.patch)
|
||||
md5sums=('cd3cbe93ebc7207bf65d30e3c9a74a26'
|
||||
md5sums=('57aa4ff81c56262dc89994853c4d0149'
|
||||
'40cb437805e2f7a006aa0d0c3098ab0f')
|
||||
|
||||
if [ -n "${_snapshot}" ]; then
|
||||
|
|
Loading…
Reference in a new issue