summaryrefslogtreecommitdiff
path: root/community/zathura
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura')
-rw-r--r--community/zathura/PKGBUILD10
-rw-r--r--community/zathura/zathura.install1
2 files changed, 6 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() {
diff --git a/community/zathura/zathura.install b/community/zathura/zathura.install
index f450cf9b8..1ff3c64cd 100644
--- a/community/zathura/zathura.install
+++ b/community/zathura/zathura.install
@@ -2,6 +2,7 @@ post_install() {
which gtk-update-icon-cache >/dev/null && \
[ -d usr/share/icons/hicolor ] && \
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
}
post_upgrade() {