diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2013-11-05 00:28:22 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2013-11-05 00:28:22 -0200 |
commit | dce5a758517aa256cdc27462825389162bb36295 (patch) | |
tree | 8cf9f27e22dbe13d9585de64a718a35eb8aab0b0 | |
parent | 6c2d82924ba7dbb7db0306d9b54bc97726dce5a0 (diff) | |
download | abslibre-dce5a758517aa256cdc27462825389162bb36295.tar.gz abslibre-dce5a758517aa256cdc27462825389162bb36295.tar.bz2 abslibre-dce5a758517aa256cdc27462825389162bb36295.zip |
rebuilding gcc-lts
-rw-r--r-- | pcr/gcc-lts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/gcc-lts/PKGBUILD b/pcr/gcc-lts/PKGBUILD index b1280fad9..b4ad7137d 100644 --- a/pcr/gcc-lts/PKGBUILD +++ b/pcr/gcc-lts/PKGBUILD @@ -1,6 +1,6 @@ # $Id: PKGBUILD 186915 2013-05-31 23:25:14Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> -# Maintainer (Parabola): Márcio Silva <coadde@lavabit.com> +# Maintainer (Parabola): Márcio Silva <coadde@parabola.nu> # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc # NOTE: libtool requires rebuilt with each new gcc version @@ -8,7 +8,7 @@ #pkgname=('gcc-lts' 'gcc-lts-libs' 'gcc-lts-fortran' 'gcc-lts-objc' 'gcc-lts-ada' 'gcc-lts-go') pkgname=('gcc-lts' 'gcc-lts-libs' 'gcc-lts-fortran' 'gcc-lts-objc' 'gcc-lts-go') pkgver=4.7.3 -pkgrel=3 +pkgrel=4 pkgdesc="The GNU Compiler Collection" arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'LGPL' 'FDL' 'custom') |