diff options
author | root <root@rshg054.dnsready.net> | 2013-05-02 00:37:30 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-02 00:37:30 -0700 |
commit | 8b09f76ed1ea968a2473faf8f56250eea0fdc3cc (patch) | |
tree | 8eca788d6ba23cad66a3cf81ec9b2cea43fcc484 /core | |
parent | 1b05006cb143959d080a200fe11891c9f5caf32c (diff) |
Thu May 2 00:37:29 PDT 2013
Diffstat (limited to 'core')
-rw-r--r-- | core/gcc/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD index 393b40877..7e1b21224 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 182769 2013-04-15 01:13:43Z allan $ +# $Id: PKGBUILD 184021 2013-05-01 05:45:14Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc @@ -6,8 +6,8 @@ pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go') pkgver=4.8.0 -pkgrel=2 -_snapshot=4.8-20130411 +pkgrel=3 +_snapshot=4.8-20130425 pkgdesc="The GNU Compiler Collection" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL' 'custom') @@ -17,7 +17,7 @@ checkdepends=('dejagnu' 'inetutils') options=('!libtool' '!emptydirs') source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2) #ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2 -md5sums=('cb529205469260f0d56adc01088c4850') +md5sums=('03690556f09991fbecac0467227c5d4e') if [ -n "${_snapshot}" ]; then |