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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Aug 18 20:51:06 UTC 2014


    Date: Monday, August 18, 2014 @ 22:51:05
  Author: bpiotrowski
Revision: 220213

upgpkg: bash 4.3.024-1

- new upstream release
- add bash-completion to optdepends 

Modified:
  bash/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-18 20:40:18 UTC (rev 220212)
+++ PKGBUILD	2014-08-18 20:51:05 UTC (rev 220213)
@@ -5,7 +5,7 @@
 
 pkgname=bash
 _basever=4.3
-_patchlevel=022
+_patchlevel=024
 pkgver=$_basever.$_patchlevel
 pkgrel=1
 pkgdesc='The GNU Bourne Again shell'
@@ -15,6 +15,7 @@
 groups=('base')
 backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
 depends=('readline>=6.3' 'glibc')
+optdepends=('bash-completion: for tab completion')
 provides=('sh')
 install=bash.install
 source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
@@ -127,4 +128,8 @@
          '1d350671c48dec30b34d8b81f09cd79d'
          'SKIP'
          '11c349af66a55481a3215ef2520bec36'
+         'SKIP'
+         'b3cb0d80fd0c47728264405cbb3b23c7'
+         'SKIP'
+         'b5ea5600942acceb4b6f07313d2de74e'
          'SKIP')




More information about the arch-commits mailing list