summaryrefslogtreecommitdiff
path: root/community/zathura
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-08 00:04:17 +0000
committerroot <root@rshg054.dnsready.net>2012-09-08 00:04:17 +0000
commitc85b504e8916411d424cd3fc654ff879237d529e (patch)
tree3107088a155cd162c6fa050327d5f9f6a9c410d9 /community/zathura
parented51a8c1611ffa602f5f9628c858f6edbc218fc8 (diff)
Sat Sep 8 00:04:17 UTC 2012
Diffstat (limited to 'community/zathura')
-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
}