diff options
Diffstat (limited to 'community/aria2/PKGBUILD')
-rw-r--r-- | community/aria2/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD index 1363b7f17..cacfe8a3a 100644 --- a/community/aria2/PKGBUILD +++ b/community/aria2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 86453 2013-03-17 13:59:10Z bpiotrowski $ +# $Id: PKGBUILD 86908 2013-03-24 10:25:05Z 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.4 +pkgver=1.16.5 pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('i686' 'x86_64' 'mips64el') @@ -14,8 +14,8 @@ url='http://aria2.sourceforge.net/' license=('GPL') depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates') checkdepends=('cppunit') -source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2) -sha256sums=('7fb5360570ee626b428f9450244435734fbc9e979994e3e61eb672e8ed970319') +source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.xz) +sha256sums=('00c5d9ef6ce584561e9ffc8626e03d1156073bf2ddcc10dc55750fb49626d1fe') build() { cd $pkgname-$pkgver |