From 82f0232422801814719b13b5423812ce62f850c7 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sun, 12 Nov 2017 14:33:37 +0000 Subject: 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 --- main/bash-completion/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main/bash-completion/APKBUILD') diff --git a/main/bash-completion/APKBUILD b/main/bash-completion/APKBUILD index 9ad6efdf48..62150d6d94 100644 --- a/main/bash-completion/APKBUILD +++ b/main/bash-completion/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Lucas Ramage 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 -- cgit v1.2.3