Skip to content
Snippets Groups Projects
Verified Commit 9eb37332 authored by Tobias Powalowski's avatar Tobias Powalowski :sunglasses:
Browse files

upgpkg: 2.15.0-2: fix #3: remove conflicting libsecret completion

parent 8ef41b01
No related branches found
No related tags found
No related merge requests found
pkgbase = bash-completion
pkgdesc = Programmable completion for the bash shell
pkgver = 2.15.0
pkgrel = 1
pkgrel = 2
url = https://github.com/scop/bash-completion
arch = any
license = GPL-2.0-only
......
......@@ -3,7 +3,7 @@
pkgname=bash-completion
pkgver=2.15.0
pkgrel=1
pkgrel=2
pkgdesc='Programmable completion for the bash shell'
arch=(any)
url='https://github.com/scop/bash-completion'
......@@ -30,5 +30,7 @@ package() {
# remove Slackware's makepkg completion
rm "${pkgdir}/usr/share/bash-completion/completions/makepkg"
# remove libsecret provided completion issue #3
rm "${pkgdir}/usr/share/bash-completion/completions/secret-tool"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment