diff options
author | root <root@rshg054.dnsready.net> | 2011-11-10 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-10 23:14:50 +0000 |
commit | 4141f5b04aab597f88a617a82649a404c773469a (patch) | |
tree | b293827df78bf1e9b7059db63c04c3f7ab854ae6 /community/zathura/PKGBUILD | |
parent | 7b0cdd65ac7bcd3c7597b528a10de58e4e0a430f (diff) |
Thu Nov 10 23:14:50 UTC 2011
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 |