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

Dave Reisner dreisner at archlinux.org
Tue Apr 12 18:16:19 UTC 2016


    Date: Tuesday, April 12, 2016 @ 20:16:18
  Author: dreisner
Revision: 264732

upgpkg: bash-completion 2.3-2

- drop adb completion, provided by android-tools

Modified:
  bash-completion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-12 17:55:39 UTC (rev 264731)
+++ PKGBUILD	2016-04-12 18:16:18 UTC (rev 264732)
@@ -3,7 +3,7 @@
 
 pkgname=bash-completion
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Programmable completion for the bash shell"
 arch=('any')
 url="https://github.com/scop/bash-completion"
@@ -38,4 +38,7 @@
 
 # remove completions which overlap with util-linux
   rm "${pkgdir}/usr/share/bash-completion/completions"/{u,}mount
+
+# remove completions provided by android-tools
+  rm "${pkgdir}/usr/share/bash-completion/completions"/adb
 }



More information about the arch-commits mailing list