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 9aef3ce41..fcbdb7769 100644 --- a/community/zathura/PKGBUILD +++ b/community/zathura/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 56955 2011-10-17 08:21:21Z ibiru $ +# $Id: PKGBUILD 58277 2011-11-09 16:52:17Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: ML <neldoreth> pkgname=zathura -pkgver=0.0.8.4 +pkgver=0.0.8.5 pkgrel=4 pkgdesc="a PDF viewer" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ install=zathura.install DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u' 'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u') source=(https://pwmt.org/download/zathura-$pkgver.tar.gz) -md5sums=('e3a7f82401059e591ed549d615f53ddd') +md5sums=('52e0c3b3917c7feaecba98cff8435b90') build() { cd $srcdir/zathura-$pkgver |