bash-completion: update to 2.9.
This commit is contained in:
parent
c7e51de563
commit
2dd2d9b732
1 changed files with 3 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'bash-completion'
|
||||
pkgname=bash-completion
|
||||
version=2.8
|
||||
version=2.9
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=gnu-configure
|
||||
|
@ -11,10 +11,5 @@ short_desc="Programmable completion for the GNU Bash shell"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/scop/bash-completion"
|
||||
distfiles="${homepage}/releases/download/${version}/bash-completion-${version}.tar.xz"
|
||||
checksum=c01f5570f5698a0dda8dc9cfb2a83744daa1ec54758373a6e349bd903375f54d
|
||||
|
||||
post_install() {
|
||||
# remove completions provided by util-linux.
|
||||
rm -f ${DESTDIR}/usr/share/bash-completion/completions/{{u,}mount*,rfkill}
|
||||
}
|
||||
distfiles="https://github.com/scop/bash-completion/releases/download/${version}/bash-completion-${version}.tar.xz"
|
||||
checksum=d48fe378e731062f479c5f8802ffa9d3c40a275a19e6e0f6f6cc4b90fa12b2f5
|
||||
|
|
Loading…
Reference in a new issue