diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-18 01:51:27 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-18 01:51:27 +0000 |
commit | 60a11f87366fdfbd114cdc91ff813518858e5f8d (patch) | |
tree | d033f4a5a08a99ff07ac631677fb119dff3abba8 /community/zathura | |
parent | 35e9f8bc93db9e691bf6d00950956ca3e5d86e83 (diff) |
Tue Feb 18 01:50:28 UTC 2014
Diffstat (limited to 'community/zathura')
-rw-r--r-- | community/zathura/PKGBUILD | 6 | ||||
-rw-r--r-- | community/zathura/zathura.install | 4 |
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 } |