[arch-commits] Commit in bash-completion/trunk (PKGBUILD)
Dave Reisner
dreisner at archlinux.org
Thu Oct 19 15:01:31 UTC 2017
Date: Thursday, October 19, 2017 @ 15:01:30
Author: dreisner
Revision: 308260
upgpkg: bash-completion 2.7-2
- remove rfkill completion for compat with util-linux 2.31
Modified:
bash-completion/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-19 14:30:48 UTC (rev 308259)
+++ PKGBUILD 2017-10-19 15:01:30 UTC (rev 308260)
@@ -3,7 +3,7 @@
pkgname=bash-completion
pkgver=2.7
-pkgrel=1
+pkgrel=2
pkgdesc='Programmable completion for the bash shell'
arch=('any')
url='https://github.com/scop/bash-completion'
@@ -30,5 +30,5 @@
rm "$pkgdir/usr/share/bash-completion/completions/makepkg"
# remove completions which overlap with util-linux
- rm "$pkgdir/usr/share/bash-completion/completions"/{u,}mount
+ rm "$pkgdir/usr/share/bash-completion/completions"/{{u,}mount,rfkill}
}
More information about the arch-commits
mailing list