summaryrefslogtreecommitdiff
path: root/community/zathura/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura/PKGBUILD')
-rw-r--r--community/zathura/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD
index 1bea4c391..9aef3ce41 100644
--- a/community/zathura/PKGBUILD
+++ b/community/zathura/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 54972 2011-08-29 09:50:03Z spupykin $
+# $Id: PKGBUILD 56955 2011-10-17 08:21:21Z ibiru $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: ML <neldoreth>
pkgname=zathura
pkgver=0.0.8.4
-pkgrel=2
+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
}