aboutsummaryrefslogtreecommitdiffstats
path: root/main/bash-completion/APKBUILD
diff options
context:
space:
mode:
authorKevin Daudt <ops@ikke.info>2017-11-12 14:33:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-11-13 11:37:17 +0000
commit82f0232422801814719b13b5423812ce62f850c7 (patch)
tree5c54241f1516f1ee32689866ee6c00258e23c12b /main/bash-completion/APKBUILD
parent682f09400477367c80199d2f00677dbcf435fa1a (diff)
main/bash-completion: fix conflict with util-linux-bash-completion
Both packages provide `/usr/share/bash-completion/completions/rfkill`, and conflict. Upstream for bash-completion has fixed[0] the issue already, but that's not yet part of any release. Add rfkill to the list of conflicting completions untill the next bash-completion release. [0]:https://github.com/scop/bash-completion/commit/d962f3a3be2b5c3811e546890c99b19694c2a08e
Diffstat (limited to 'main/bash-completion/APKBUILD')
-rw-r--r--main/bash-completion/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/bash-completion/APKBUILD b/main/bash-completion/APKBUILD
index 9ad6efdf485..62150d6d94f 100644
--- a/main/bash-completion/APKBUILD
+++ b/main/bash-completion/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Lucas Ramage <ramage.lucas@openmailbox.org>
pkgname=bash-completion
pkgver=2.7
-pkgrel=2
+pkgrel=3
pkgdesc="Command-line tab-completion for bash"
url="https://github.com/scop/bash-completion"
arch="noarch"
@@ -29,6 +29,7 @@ _conflicting="
ncal
newgrp
renice
+ rfkill
rtcwake
su
nmcli