Update all source packages for xbps-src>=90.

This commit is contained in:
Juan RP
2014-01-01 16:10:11 +01:00
parent 94982a142c
commit 925d471cbf
1721 changed files with 3131 additions and 13803 deletions

View File

@@ -2,8 +2,10 @@
pkgname=bash-completion
version=2.1
revision=2
noarch="yes"
build_style=gnu-configure
makedepends="bash"
depends="${makedepends}"
short_desc="Programmable completion for the GNU Bash shell"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
@@ -24,11 +26,3 @@ post_install() {
rm -f ${DESTDIR}/usr/share/bash-completion/completions/${f}
done
}
bash-completion_package() {
depends="bash"
noarch="yes"
pkg_install() {
vmove all
}
}