bash-completion: update to 2.1.
This commit is contained in:
parent
652a5d3f26
commit
3add1b4d48
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bash-completion'
|
# Template file for 'bash-completion'
|
||||||
pkgname=bash-completion
|
pkgname=bash-completion
|
||||||
version=1.99
|
version=2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="bash"
|
makedepends="bash"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://bash-completion.alioth.debian.org/"
|
homepage="http://bash-completion.alioth.debian.org/"
|
||||||
distfiles="http://${pkgname}.alioth.debian.org/files/${pkgname}-${version}.tar.bz2"
|
distfiles="http://${pkgname}.alioth.debian.org/files/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=a2baf5130fa015527f435e145949029c653f0106c89ccfd20ad8987f292ed314
|
checksum=2b606804a7d5f823380a882e0f7b6c8a37b0e768e72c3d4107c51fbe8a46ae4f
|
||||||
long_desc="
|
long_desc="
|
||||||
bash completion extends bash's standard completion behavior to achieve
|
bash completion extends bash's standard completion behavior to achieve
|
||||||
complex command lines with just a few keystrokes. This project was conceived
|
complex command lines with just a few keystrokes. This project was conceived
|
||||||
|
@ -21,7 +21,6 @@ bash-completion_package() {
|
||||||
depends="bash"
|
depends="bash"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc
|
vmove all
|
||||||
vmove usr
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue