diff -u bash.orig/PKGBUILD bash/PKGBUILD --- bash.orig/PKGBUILD 2008-11-06 02:20:40.000000000 -0500 +++ bash/PKGBUILD 2008-11-06 02:27:25.000000000 -0500 @@ -4,22 +4,23 @@ pkgname=bash _patchlevel=039 pkgver=3.2.$_patchlevel -pkgrel=3 +pkgrel=4 pkgdesc="The GNU Bourne Again shell" arch=(i686 x86_64) license=('GPL') url="http://www.gnu.org/software/bash/bash.html" groups=('base') backup=(etc/profile.bash etc/skel/.bashrc etc/skel/.bash_profile) -depends=('readline>=5.2' 'glibc') +depends=('readline>=5.2' 'texinfo') provides=('sh') source=(http://ftp.gnu.org/gnu/bash/bash-3.2.tar.gz - bash-noinfo.patch profile.bash bashrc) + bash.install profile.bash bashrc) for p in $(seq -w 001 $_patchlevel); do source=(${source[@]} http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-$p) done +install=${pkgname}.install md5sums=('00bfa16d58e034e3c2aa27f390390d30' - 'f2a3cf51e58f9b82af50b861191d96fd' + '9bc596cd0dfe3dd88e17f5f8665b142f' 'c2fae355facefcac8a732cce877da194' '9451109f3fe09d6381cbf36de9fbf06f' 'd8e10c754f477e3f3a581af566b89301' @@ -68,7 +69,6 @@ msg "applying patch ${p}" patch -Np0 -i ${p} || return 1 done - patch -Np1 -i ../bash-noinfo.patch || return 1 ./configure --prefix=/usr --with-curses --enable-readline \ --without-bash-malloc --with-installed-readline \ Only in bash.orig: bash-noinfo.patch Only in bash: bash.install