mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/gcc to 4.8.1-1
This commit is contained in:
parent
832bdef625
commit
99625d6922
1 changed files with 6 additions and 6 deletions
|
@ -15,9 +15,9 @@
|
|||
noautobuild=1
|
||||
|
||||
pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go')
|
||||
pkgver=4.8.0
|
||||
pkgrel=4
|
||||
_snapshot=4.8-20130502
|
||||
pkgver=4.8.1
|
||||
pkgrel=1
|
||||
#_snapshot=4.8-20130502
|
||||
pkgdesc="The GNU Compiler Collection"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL' 'custom')
|
||||
|
@ -25,10 +25,10 @@ url="http://gcc.gnu.org"
|
|||
makedepends=('binutils>=2.23' 'libmpc' 'cloog' 'doxygen')
|
||||
checkdepends=('dejagnu' 'inetutils')
|
||||
options=('!libtool' '!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
|
||||
armhf-triplet-trunk.diff)
|
||||
md5sums=('672a1ad73f8391c5a6b3c4429eb0d798'
|
||||
md5sums=('3b2386c114cd74185aa3754b58a79304'
|
||||
'bd7330bd41845929f1e0efb3b7d0a060')
|
||||
|
||||
if [ -n "${_snapshot}" ]; then
|
||||
|
|
Loading…
Reference in a new issue