diff options
Diffstat (limited to 'abs/extra-testing')
| -rw-r--r-- | abs/extra-testing/bash-completion/PKGBUILD | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/abs/extra-testing/bash-completion/PKGBUILD b/abs/extra-testing/bash-completion/PKGBUILD index a60a49a..5aa6b22 100644 --- a/abs/extra-testing/bash-completion/PKGBUILD +++ b/abs/extra-testing/bash-completion/PKGBUILD @@ -4,16 +4,14 @@  # Contributor: Evangelos Foutras <foutrelis@gmail.com>  pkgname=bash-completion -pkgver=1.1 -pkgrel=3 +pkgver=1.2 +pkgrel=1  pkgdesc="Programmable completion for the bash shell"  arch=(any)  url="http://bash-completion.alioth.debian.org/"  license=('GPL')  depends=('bash')  source=(http://bash-completion.alioth.debian.org/files/$pkgname-$pkgver.tar.gz cowsay.bashcomp) -md5sums=('593d3edcf287b9e9d735049bd4d3f229' 'e9766bdc391caf825cb24e704422987e') -sha1sums=('0e666ebda3d577571ab62bcecc16e1024922cd18' 'a8620aa1029d46bae92be8a6ea0eb62d737545ef')  build() {    cd "$srcdir/$pkgname-$pkgver" @@ -32,3 +30,5 @@ build() {    rm "$pkgdir/etc/bash_completion.d/munin-node"  }  # vim:set ts=2 sw=2 et: +md5sums=('457c8808ed54f2b2cdd737b1f37ffa24' +         'e9766bdc391caf825cb24e704422987e') | 
