[arch-commits] Commit in bash/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Tue Mar 1 15:01:01 UTC 2011
Date: Tuesday, March 1, 2011 @ 10:01:01
Author: allan
Revision: 111873
upgpkg: bash 4.2.004-1
upstream patchlevel bump - minus the bad patch...
Modified:
bash/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-03-01 15:00:43 UTC (rev 111872)
+++ PKGBUILD 2011-03-01 15:01:01 UTC (rev 111873)
@@ -4,7 +4,7 @@
pkgname=bash
_basever=4.2
-_patchlevel=005 #prepare for some patches
+_patchlevel=004 #prepare for some patches
pkgver=$_basever.$_patchlevel
pkgrel=1
pkgdesc="The GNU Bourne Again shell"
@@ -31,7 +31,7 @@
build() {
cd ${srcdir}/${pkgname}-$_basever
for p in ../bash${_basever//./}-*; do
- [ -e "$p" ] || continue
+ [[ -e "$p" ]] || continue
msg "applying patch ${p}"
patch -Np0 -i ${p}
done
@@ -78,6 +78,5 @@
'1100bc1dda2cdc06ac44d7e5d17864a3'
'30e7948079921d3261efcc6a40722135'
'9ea06decec43a198f3d7cf29acc602f8'
- 'fb48f6134d7b013135929476aa0c250c'
- 'e70e45de33426b38153b390be0dbbcd4')
+ 'fb48f6134d7b013135929476aa0c250c')
More information about the arch-commits
mailing list