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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Jul 3 21:37:15 UTC 2009


    Date: Friday, July 3, 2009 @ 17:37:15
  Author: andyrtr
Revision: 44755

upgpkg: gcc 4.4.0-4
    new snapshot 4.4-20090630, fix libstdc++-man-pages

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-03 21:32:28 UTC (rev 44754)
+++ PKGBUILD	2009-07-03 21:37:15 UTC (rev 44755)
@@ -6,8 +6,8 @@
 
 pkgname=gcc
 pkgver=4.4.0
-pkgrel=3
-_snapshot=4.4-20090526
+pkgrel=4
+_snapshot=4.4-20090630
 _libstdcppmanver=4.4.0
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
@@ -25,10 +25,10 @@
 	#ftp://ftp.archlinux.org/other/${pkgname}/libstdc++-man.${_libstdcppmanver}.tar.bz2
 	gcc_pure64.patch
 	gcc-hash-style-both.patch)
-md5sums=('28fb87be8f769c5c2672909bb1ec50b5'
-         '4997cd49b6bb7658e80977c09611db81'
-         '95bd07d3981887247a05b4aaac69c79b'
-         '50caff347e5c18689539b4e32430de06'
+md5sums=('e89e0c073a9d33f266cddaa4db619da9'
+         '5802117b7cf1000e5bdc09f60bfdb8b8'
+         '445a463969f3f2308e570a18f7a9ecd7'
+         '34f678a156605b0be6efab104667970e'
          '3b94fe4a3cd49819bf57ecc407851b9b'
          '4030ee1c08dd1e843c0225b772360e76'
          '6fd395bacbd7b6e47c7b74854b478363')
@@ -68,7 +68,7 @@
 
   # install the libstdc++ man pages
   install -dm755 ${pkgdir}/usr/share/man/man3
-  install -m644 ${srcdir}/libstdc++-man.${_libstdcppmanver}/man3/* \
+  install -m644 ${srcdir}/libstdc++-man-${_libstdcppmanver}/man3/* \
     ${pkgdir}/usr/share/man/man3/
   # deal with conflicts...
   rm -f ${pkgdir}/usr/share/man/man3/{ctime,queue,random,regex,string}.3




More information about the arch-commits mailing list