mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
bash-completion: update to 2.8.
This commit is contained in:
parent
1e726e46bc
commit
5bd7cd03fe
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bash-completion'
|
# Template file for 'bash-completion'
|
||||||
pkgname=bash-completion
|
pkgname=bash-completion
|
||||||
version=2.7
|
version=2.8
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_args="profiledir=/etc/bash/bashrc.d"
|
make_install_args="profiledir=/etc/bash/bashrc.d"
|
||||||
|
@ -9,10 +9,10 @@ makedepends="bash"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
short_desc="Programmable completion for the GNU Bash shell"
|
short_desc="Programmable completion for the GNU Bash shell"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/scop/bash-completion"
|
homepage="https://github.com/scop/bash-completion"
|
||||||
distfiles="${homepage}/releases/download/${version}/bash-completion-${version}.tar.xz"
|
distfiles="${homepage}/releases/download/${version}/bash-completion-${version}.tar.xz"
|
||||||
checksum=41ba892d3f427d4a686de32673f35401bc947a7801f684127120cdb13641441e
|
checksum=c01f5570f5698a0dda8dc9cfb2a83744daa1ec54758373a6e349bd903375f54d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove completions provided by util-linux.
|
# remove completions provided by util-linux.
|
||||||
|
|
Loading…
Add table
Reference in a new issue