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

Allan McRae allan at archlinux.org
Tue Mar 1 02:32:04 UTC 2011


    Date: Monday, February 28, 2011 @ 21:32:04
  Author: allan
Revision: 111808

upgpkg: bash 4.2.005-1
upstream patchlevel bump

Modified:
  bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-01 02:31:08 UTC (rev 111807)
+++ PKGBUILD	2011-03-01 02:32:04 UTC (rev 111808)
@@ -4,8 +4,8 @@
 
 pkgname=bash
 _basever=4.2
-_patchlevel=000 #prepare for some patches
-pkgver=$_basever  #.$_patchlevel
+_patchlevel=005 #prepare for some patches
+pkgver=$_basever.$_patchlevel
 pkgrel=1
 pkgdesc="The GNU Bourne Again shell"
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
         system.bash_logout)
 if [ $_patchlevel -gt 000 ]; then
     for (( p=1; p<=$((10#${_patchlevel})); p++ )); do
-        source=(${source[@]} http://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash41-$(printf "%03d" $p))
+        source=(${source[@]} http://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//./}-$(printf "%03d" $p))
     done
 fi
 
@@ -74,4 +74,10 @@
          '2902e0fee7a9168f3a4fd2ccd60ff047'
          '42f4400ed2314bd7519c020d0187edc5'
          'fe5d3a367f7d5f754214dc05e3d958ab'
-         '472f536d7c9e8250dc4568ec4cfaf294')
+         '472f536d7c9e8250dc4568ec4cfaf294'
+         '1100bc1dda2cdc06ac44d7e5d17864a3'
+         '30e7948079921d3261efcc6a40722135'
+         '9ea06decec43a198f3d7cf29acc602f8'
+         'fb48f6134d7b013135929476aa0c250c'
+         'e70e45de33426b38153b390be0dbbcd4')
+




More information about the arch-commits mailing list