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

Allan McRae allan at archlinux.org
Sun Jun 5 07:20:03 UTC 2011


    Date: Sunday, June 5, 2011 @ 03:20:02
  Author: allan
Revision: 126413

upgpkg: gcc 4.6.0-6
new upstream snapshot, fixes FS#24407, FS#24496

Modified:
  gcc/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-05 07:19:58 UTC (rev 126412)
+++ PKGBUILD	2011-06-05 07:20:02 UTC (rev 126413)
@@ -6,8 +6,8 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.6.0
-pkgrel=5
-_snapshot=4.6-20110513
+pkgrel=6
+_snapshot=4.6-20110603
 _libstdcppmanver=20110201		# Note: check source directory name when updating this
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
@@ -15,18 +15,12 @@
 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-${pkgver}.tar.bz2
+	ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_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=('2be769db16ac02f30fb62423b4c50145'
-         'a310d230945f4b3093dd3ca72839c649'
-         '361a10c5a5545c80fd271b18036dd00c'
-         'f7db2f6ed34398361de62cb6b8eb53d2'
-         '9b69c1d8874e8496c1965ee3e32eaa6d'
-         '248e53b461078bf1c89528fb8e4ba051'
-         'e15a01b0d02ff12e975e4c2649e71e55'
+md5sums=('c97d52b2b4e6c8c5cf665ae3eb9e8e49'
          '1e9fd2eaf0ee47ea64e82c48998f1999'
          '4030ee1c08dd1e843c0225b772360e76'
          '4df25b623799b148a0703eaeec8fdf3f')
@@ -89,7 +83,7 @@
 {
   pkgdesc="Runtime libraries shipped by GCC"
   groups=('base')
-  depends=('glibc>=2.11.1-2')
+  depends=('glibc>=2.13')
   install=gcc-libs.install
 
   cd gcc-build
@@ -118,7 +112,7 @@
 package_gcc()
 {
   pkgdesc="The GNU Compiler Collection - C and C++ frontends"
-  depends=('binutils>=2.20.1' 'libmpc>=0.8.1-2' 'cloog' 'ppl')
+  depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.21' 'libmpc' 'cloog' 'ppl')
   groups=('base-devel')
   install=gcc.install
 




More information about the arch-commits mailing list