summaryrefslogtreecommitdiff
path: root/community/zathura
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura')
-rw-r--r--community/zathura/PKGBUILD6
-rw-r--r--community/zathura/zathura.install4
2 files changed, 4 insertions, 6 deletions
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD
index 5c8a114f8..21b7d1ebb 100644
--- a/community/zathura/PKGBUILD
+++ b/community/zathura/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 101400 2013-11-24 20:34:57Z spupykin $
+# $Id: PKGBUILD 105878 2014-02-17 17:01:28Z spupykin $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: ML <neldoreth>
pkgname=zathura
-pkgver=0.2.6
+pkgver=0.2.7
pkgrel=1
pkgdesc="a document viewer"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 'zathura-ps
install=zathura.install
source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
bash-completion)
-md5sums=('d155a66ec1862550dfde5a50e3dd6d01'
+md5sums=('53124af80e974283a6678319a62e6666'
'cac20c37f0e77ba62a8138788f4ccabb')
build() {
diff --git a/community/zathura/zathura.install b/community/zathura/zathura.install
index 1ff3c64cd..bce670aff 100644
--- a/community/zathura/zathura.install
+++ b/community/zathura/zathura.install
@@ -1,7 +1,5 @@
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
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}