mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/gcc to 4.9.1-1
This commit is contained in:
parent
99b5669eff
commit
f5fc75c873
1 changed files with 6 additions and 6 deletions
|
@ -14,10 +14,10 @@
|
|||
noautobuild=1
|
||||
|
||||
pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go')
|
||||
pkgver=4.9.0
|
||||
pkgver=4.9.1
|
||||
_pkgver=4.9
|
||||
pkgrel=5
|
||||
_snapshot=4.9-20140604
|
||||
pkgrel=1
|
||||
#_snapshot=4.9-20140604
|
||||
pkgdesc="The GNU Compiler Collection"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL' 'custom')
|
||||
|
@ -25,11 +25,11 @@ url="http://gcc.gnu.org"
|
|||
makedepends=('binutils>=2.24' 'libmpc' 'cloog' 'doxygen')
|
||||
checkdepends=('dejagnu' 'inetutils')
|
||||
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
|
||||
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
|
||||
gcc-4.9-isl-0.13-hack.patch)
|
||||
md5sums=('57aa4ff81c56262dc89994853c4d0149'
|
||||
md5sums=('fddf71348546af523353bd43d34919c1'
|
||||
'40cb437805e2f7a006aa0d0c3098ab0f'
|
||||
'f26ae06b9cbc8abe86f5ee4dc5737da8')
|
||||
|
||||
|
|
Loading…
Reference in a new issue