diff options
Diffstat (limited to 'community/zathura/PKGBUILD')
-rw-r--r-- | community/zathura/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD index b40481192..26c67cfa0 100644 --- a/community/zathura/PKGBUILD +++ b/community/zathura/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90594 2013-05-13 10:03:23Z spupykin $ +# $Id: PKGBUILD 95629 2013-08-15 09:04:56Z 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.3 +pkgver=0.2.4 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=('c0265fd9fa64a37b01d729efb75a7c32' +md5sums=('935c6e15f5b7688bf4024ec7fe45f064' 'cac20c37f0e77ba62a8138788f4ccabb') build() { |