[arch-commits] Commit in gcc/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sun Apr 10 21:45:05 UTC 2011


    Date: Sunday, April 10, 2011 @ 17:45:04
  Author: allan
Revision: 119099

upgpkg: gcc 4.6.0-2
new upstream snapshot, rebuild for isl soname bump

Modified:
  gcc/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-10 21:38:04 UTC (rev 119098)
+++ PKGBUILD	2011-04-10 21:45:04 UTC (rev 119099)
@@ -6,8 +6,8 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.6.0
-pkgrel=1
-#_snapshot=4.6.0-RC-20110321
+pkgrel=2
+_snapshot=4.6-20110408
 _libstdcppmanver=20110201		# Note: check source directory name when updating this
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
@@ -15,18 +15,18 @@
 url="http://gcc.gnu.org"
 makedepends=('binutils>=2.21' 'libmpc' 'cloog' 'ppl' 'gcc-ada' 'dejagnu')
 options=('!libtool' '!emptydirs')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,fortran,objc,ada,go,testsuite}-${pkgver}.tar.bz2
-	#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc,ada,go,testsuite}-${_snapshot}.tar.bz2
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,fortran,objc,ada,go,testsuite}-${pkgver}.tar.bz2
+	ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc,ada,go,testsuite}-${_snapshot}.tar.bz2
 	ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
 	gcc_pure64.patch
 	gcc-hash-style-both.patch)
-md5sums=('b1957f3209080b2f55bc3756d3a62b7c'
-         'a30090fa655d0db4c970740d353c81f1'
-         'a4687a9035c3e92db7e84fc01fc548ef'
-         '120d4675366ee82ea52f9ed65b57da04'
-         'ea003fee5123f5bfbe17cc569cffe867'
-         'c182dfcad477564af9d94e2aa1552bcd'
-         '8c76d751c5b99560e8acc3111f62263a'
+md5sums=('51ee21d6bd7955c78cb29038ff8089d0'
+         '92144f8790ca850317b6f4496e534aef'
+         '7286e62b51e126226e10e0e6a1706eae'
+         'a9da84a451c4484126b2befa446b1638'
+         '94de82b3148b7686901f35c223477813'
+         '6719f6e005e2e443ebc5a3609607e8ef'
+         '0a870e1180a0cb4ffa5264f0b79abe3f'
          '1e9fd2eaf0ee47ea64e82c48998f1999'
          '4030ee1c08dd1e843c0225b772360e76'
          '4df25b623799b148a0703eaeec8fdf3f')
@@ -69,7 +69,7 @@
       --enable-lto --enable-gold --enable-ld=default \
       --enable-plugin --with-plugin-ld=ld.gold \
       --disable-multilib --disable-libstdcxx-pch \
-      --enable-checking=release   
+      --enable-checking=release
   make
 }
 




More information about the arch-commits mailing list