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

Aaron Griffin aaron at archlinux.org
Fri May 23 17:06:31 UTC 2008


    Date: Friday, May 23, 2008 @ 13:06:30
  Author: aaron
Revision: 1931

Update to a working mirror (official GNU)
Bump patch level to 39

Modified:
  bash/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-23 03:59:53 UTC (rev 1930)
+++ PKGBUILD	2008-05-23 17:06:30 UTC (rev 1931)
@@ -2,9 +2,9 @@
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=bash
-_patchlevel=033
+_patchlevel=039
 pkgver=3.2.$_patchlevel
-pkgrel=2
+pkgrel=1
 pkgdesc="The GNU Bourne Again shell"
 arch=(i686 x86_64)
 license=('GPL')
@@ -13,10 +13,10 @@
 backup=(etc/profile.bash etc/skel/.bashrc etc/skel/.bash_profile)
 depends=('readline>=5.2' 'glibc')
 provides=('sh')
-source=(ftp://ftp.cwru.edu/pub/bash/bash-3.2.tar.gz
+source=(http://ftp.gnu.org/gnu/bash/bash-3.2.tar.gz
         bash-noinfo.patch profile.bash bashrc)
 for p in $(seq -w 001 $_patchlevel); do
-    source=(${source[@]} ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-$p)
+    source=(${source[@]} http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-$p)
 done
 md5sums=('00bfa16d58e034e3c2aa27f390390d30'
          'f2a3cf51e58f9b82af50b861191d96fd'
@@ -54,7 +54,13 @@
          '11f91baf970c132949f9072ee93f2ea6'
          'f6bbc1e8ec0246740731c728ef476191'
          '8180ec936770579bce69f0816c2dd878'
-         '3cec33c3711860c4c6b7614afeec7870')
+         '3cec33c3711860c4c6b7614afeec7870'
+         '7bc6c5b5f38b7027152f8db0458a2e14'
+         'a2db61fe90e39371d0e6cd2285ec9208'
+         '95c70c7ae9de5bd3659c86284be7fb76'
+         '62b876a3d7cd192cc8db2476fbb6b7b9'
+         'aca3afc341bd3e5a0d8a3b4ca40dbb3f'
+         'e240c34f979b64bcb83c5f6567110bb1')
 
 build() {
   cd ${startdir}/src/${pkgname}-3.2





More information about the arch-commits mailing list