summaryrefslogtreecommitdiff
path: root/community/zathura/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura/PKGBUILD')
-rw-r--r--community/zathura/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD
index 4fc673922..38c71a492 100644
--- a/community/zathura/PKGBUILD
+++ b/community/zathura/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 75892 2012-09-05 01:14:27Z dwallace $
+# $Id: PKGBUILD 75944 2012-09-06 14:39:06Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: ML <neldoreth>
pkgname=zathura
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="a document viewer"
arch=('i686' 'x86_64')
url="http://pwmt.org/projects/zathura/"
@@ -21,6 +21,7 @@ md5sums=('2b606a5db61c80b0f1208e9f1df468c2'
build() {
cd $srcdir/zathura-$pkgver
+ sed -i 's/rst2man/&2/' config.mk
make ZATHURA_GTK_VERSION=2
}