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 05aeda485..d2db209b0 100644 --- a/community/aria2/PKGBUILD +++ b/community/aria2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 76063 2012-09-10 12:19:21Z bpiotrowski $ +# $Id: PKGBUILD 80774 2012-12-03 15:26:20Z 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.15.2 +pkgver=1.16.0 pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('i686' 'x86_64') @@ -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") -md5sums=('211f1e5c1fd28b788e687cb2d851812a') +source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2) +md5sums=('0a8e1dbfe1725a02de8271589d622739') build() { cd $pkgname-$pkgver |