* update bash-completion to 2.16.0-1
This commit is contained in:
parent
f33ad3425d
commit
147aef0b69
16
bash-completion/.SRCINFO
Normal file
16
bash-completion/.SRCINFO
Normal file
@ -0,0 +1,16 @@
|
||||
pkgbase = bash-completion
|
||||
pkgdesc = Programmable completion for the bash shell
|
||||
pkgver = 2.16.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/scop/bash-completion
|
||||
arch = any
|
||||
license = GPL-2.0-only
|
||||
depends = bash
|
||||
options = !emptydirs
|
||||
options = !makeflags
|
||||
backup = etc/bash_completion.d/000_bash_completion_compat.bash
|
||||
source = https://github.com/scop/bash-completion/releases/download/2.16.0/bash-completion-2.16.0.tar.xz
|
||||
validpgpkeys = A558062B6D5DA1347CD468D52B0AE2C1B09B07CB
|
||||
b2sums = 389be47536f8f9aa383ff85bf19a00562b30b6d3e3652feaa01284987af13c2dc9850b59341956dd8e94e54251cd36902a60d5e3420ebfa2567216546144f675
|
||||
|
||||
pkgname = bash-completion
|
4
bash-completion/.nvchecker.toml
Normal file
4
bash-completion/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[bash-completion]
|
||||
source = "git"
|
||||
git = "https://github.com/scop/bash-completion.git"
|
||||
prefix = "v"
|
@ -3,7 +3,7 @@
|
||||
# Contributor: Eric Bélanger <eric@archlinux.org>
|
||||
|
||||
pkgname=bash-completion
|
||||
pkgver=2.15.0
|
||||
pkgver=2.16.0
|
||||
pkgrel=1
|
||||
pkgdesc='Programmable completion for the bash shell'
|
||||
arch=(any)
|
||||
@ -14,7 +14,7 @@ options=(!emptydirs !makeflags)
|
||||
backup=('etc/bash_completion.d/000_bash_completion_compat.bash')
|
||||
source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
|
||||
validpgpkeys=(A558062B6D5DA1347CD468D52B0AE2C1B09B07CB)
|
||||
b2sums=('d2234cb2baf8494d2159e8abe6780e0879efb6fe9e851c0d51ebf09363c83652ef610658e2beca181adc0d6c844472a68a219be8b3ca51271fdfc53477f174ba')
|
||||
b2sums=('389be47536f8f9aa383ff85bf19a00562b30b6d3e3652feaa01284987af13c2dc9850b59341956dd8e94e54251cd36902a60d5e3420ebfa2567216546144f675')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
@ -31,5 +31,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"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user