diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-24 11:27:18 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-24 11:27:18 -0300 |
commit | a3ba265c32b1de731745e1abc812f5d21bcd6aaf (patch) | |
tree | e1302d14a6a73b6a674d2389d6427acb6b9ea870 /core/gcc | |
parent | 2792638784d70e22bfff1827f7e283c3158e58cf (diff) | |
parent | 9988621f899d7d4ae5fd0a4a32a4ba3abc5a527d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/gtranslator/PKGBUILD
community-testing/gtranslator/gtranslator.changelog
extra/emelfm2/PKGBUILD
extra/wireshark/PKGBUILD
extra/xfce4-diskperf-plugin/PKGBUILD
extra/xfce4-mount-plugin/PKGBUILD
extra/xfce4-wavelan-plugin/PKGBUILD
multilib/gcc-multilib/PKGBUILD
multilib/lib32-openssl/PKGBUILD
testing/anjuta-extras/PKGBUILD
testing/anjuta/PKGBUILD
testing/gdl/PKGBUILD
testing/lv2/PKGBUILD
Diffstat (limited to 'core/gcc')
-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 d3481fe70..09bc23ca6 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 155995 2012-04-11 03:50:59Z allan $ +# $Id: PKGBUILD 156586 2012-04-21 10:26:57Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc @@ -10,8 +10,8 @@ else pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc') fi pkgver=4.7.0 -pkgrel=4 -_snapshot=4.7-20120407 +pkgrel=5 +_snapshot=4.7-20120414 _libstdcppmanver=20120307 # Note: check source directory name when updating this pkgdesc="The GNU Compiler Collection" arch=('i686' 'x86_64' 'mips64el') @@ -30,7 +30,7 @@ source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2 gcc_pure64.patch gcc_mips64el_lib.patch gcc-4.7.0-cloog-0.17.patch) -md5sums=('e44a8484687ef52c02066d6434ecf42b' +md5sums=('9f9d082b64753d5908690500251fc52e' '489d2f5311535800a120efd8d18db719' 'ced48436c1b3c981d721a829f1094de1' '474b8f5a7dee6ddd96b95a7240bfb961' |