summaryrefslogtreecommitdiff
path: root/community/zathura/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura/PKGBUILD')
-rw-r--r--community/zathura/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD
index 38c71a492..3bc552d46 100644
--- a/community/zathura/PKGBUILD
+++ b/community/zathura/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 75944 2012-09-06 14:39:06Z dwallace $
+# $Id: PKGBUILD 82563 2013-01-21 00:12:49Z 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=2
+pkgver=0.2.2
+pkgrel=1
pkgdesc="a document viewer"
arch=('i686' 'x86_64')
url="http://pwmt.org/projects/zathura/"
license=('custom')
-depends=('girara-gtk2' 'cairo' 'sqlite')
+depends=('girara-gtk2' 'sqlite' 'desktop-file-utils')
makedepends=('python2-docutils')
optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-ps')
install=zathura.install
source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
bash-completion)
-md5sums=('2b606a5db61c80b0f1208e9f1df468c2'
+md5sums=('51558163e942b52036ee00c60bd1500c'
'cac20c37f0e77ba62a8138788f4ccabb')
build() {