diff options
Diffstat (limited to 'community/aria2/PKGBUILD')
-rw-r--r-- | community/aria2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD index 805882571..cca3dbd97 100644 --- a/community/aria2/PKGBUILD +++ b/community/aria2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 83746 2013-02-04 21:45:01Z bpiotrowski $ +# $Id: PKGBUILD 86453 2013-03-17 13:59:10Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Angel Velasquez <angvp@archlinux.org> @@ -6,7 +6,7 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=aria2 -pkgver=1.16.3 +pkgver=1.16.4 pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ license=('GPL') depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates') checkdepends=('cppunit') source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2) -sha256sums=('989f8eb5599394681d75e18acf3d4261870cc2dce70b813ce84305dc3c9e50a2') +sha256sums=('7fb5360570ee626b428f9450244435734fbc9e979994e3e61eb672e8ed970319') build() { cd $pkgname-$pkgver |