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

Eric Bélanger eric at archlinux.org
Wed Mar 28 23:30:35 UTC 2012


    Date: Wednesday, March 28, 2012 @ 19:30:34
  Author: eric
Revision: 154474

upgpkg: bash-completion 1.99-2

Remove Slackware's makepkg completion

Modified:
  bash-completion/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-28 23:18:37 UTC (rev 154473)
+++ PKGBUILD	2012-03-28 23:30:34 UTC (rev 154474)
@@ -3,7 +3,7 @@
 
 pkgname=bash-completion
 pkgver=1.99
-pkgrel=1
+pkgrel=2
 pkgdesc="Programmable completion for the bash shell"
 arch=('any')
 url="http://bash-completion.alioth.debian.org/"
@@ -28,4 +28,7 @@
 
 # bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't source it
   rm "${pkgdir}/etc/profile.d/bash_completion.sh"
+
+# remove Slackware's makepkg completion
+  rm "${pkgdir}/usr/share/bash-completion/completions/makepkg"
 }




More information about the arch-commits mailing list