Date: Tuesday, April 6, 2010 @ 10:44:45 Author: allan Revision: 76037
upgpkg: bash 4.1.005-1 bump upstream patch level Modified: bash/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-06 14:24:23 UTC (rev 76036) +++ PKGBUILD 2010-04-06 14:44:45 UTC (rev 76037) @@ -2,9 +2,9 @@ # Maintainer: Aaron Griffin <aa...@archlinux.org> pkgname=bash -_patchlevel=002 #prepare for some patches +_patchlevel=005 #prepare for some patches pkgver=4.1.$_patchlevel -pkgrel=2 +pkgrel=1 pkgdesc="The GNU Bourne Again shell" arch=('i686' 'x86_64') license=('GPL') @@ -34,7 +34,7 @@ patch -Np0 -i ${p} || return 1 done - patch -Np0 -i ../enable-system-config-files.patch || return 1 + patch -Np0 -i $srcdir/enable-system-config-files.patch || return 1 ./configure --prefix=/usr --with-curses --enable-readline \ --without-bash-malloc --with-installed-readline \ @@ -60,4 +60,7 @@ '51725defa4c2dec49c1bc15883e0bee2' '196697769f1667a8a1aed608811129c6' '582dea5671b557f783e18629c2f77b68' - '118d465095d4a4706eb1d34696a2666a') + '118d465095d4a4706eb1d34696a2666a' + '120f7cf039a40d35fe375e59d6f17adc' + '336ee037fc2cc1e2350b05097fbdc87c' + '9471e666797f0b03eb2175ed752a9550')