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

Allan McRae allan at archlinux.org
Sun Jan 31 12:15:28 UTC 2010


    Date: Sunday, January 31, 2010 @ 07:15:27
  Author: allan
Revision: 66503

upgpkg: bash 4.1.002-2
    bump readline dependency version (FS#18051)

Modified:
  bash/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-31 11:42:56 UTC (rev 66502)
+++ PKGBUILD	2010-01-31 12:15:27 UTC (rev 66503)
@@ -4,14 +4,14 @@
 pkgname=bash
 _patchlevel=002 #prepare for some patches
 pkgver=4.1.$_patchlevel
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNU Bourne Again shell"
-arch=(i686 x86_64)
+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>=6.0' 'glibc')
+depends=('readline>=6.1' 'glibc')
 makedepends=(gzip)
 provides=('sh')
 install=bash.install




More information about the arch-commits mailing list