summaryrefslogtreecommitdiff
path: root/community-staging/zathura/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-08 23:14:35 +0000
committerroot <root@rshg054.dnsready.net>2011-10-08 23:14:35 +0000
commit40e90a19618851856689ef8697391d37ec6841a1 (patch)
tree7da3732dc1ee59e1b8c7aca11aee032f01eaa639 /community-staging/zathura/PKGBUILD
parent8a8ac56bbf82685c43072923560881e6b119ec66 (diff)
Sat Oct 8 23:14:35 UTC 2011
Diffstat (limited to 'community-staging/zathura/PKGBUILD')
-rw-r--r--community-staging/zathura/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community-staging/zathura/PKGBUILD b/community-staging/zathura/PKGBUILD
index 2110282d5..340e2fb4c 100644
--- a/community-staging/zathura/PKGBUILD
+++ b/community-staging/zathura/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 56321 2011-10-05 15:47:17Z spupykin $
+# $Id: PKGBUILD 56501 2011-10-07 11:10:41Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: ML <neldoreth>
pkgname=zathura
pkgver=0.0.8.4
-pkgrel=3
+pkgrel=4
pkgdesc="a PDF viewer"
arch=('i686' 'x86_64')
url="http://zathura.pwmt.org"
@@ -26,4 +26,6 @@ package() {
cd $srcdir/zathura-$pkgver
make install DESTDIR=$pkgdir
install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ mkdir -p $pkgdir/etc/bash_completion.d/
+ echo "complete -f -X '!*.[pf]df' zathura" >$pkgdir/etc/bash_completion.d/zathura
}