diff options
Diffstat (limited to 'community/zathura/PKGBUILD')
-rw-r--r-- | community/zathura/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD index 0d9b79ed3..4fc673922 100644 --- a/community/zathura/PKGBUILD +++ b/community/zathura/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 72433 2012-06-14 15:07:28Z spupykin $ +# $Id: PKGBUILD 75892 2012-09-05 01:14:27Z 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.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="a document viewer" arch=('i686' 'x86_64') @@ -14,8 +15,8 @@ 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=('fb53e2aa4b52c717f50f2e6c80425464' + bash-completion) +md5sums=('2b606a5db61c80b0f1208e9f1df468c2' 'cac20c37f0e77ba62a8138788f4ccabb') build() { |