From f482dc1bd42773a12552e5a60df119410a0d8bd8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 11 Oct 2011 23:14:37 +0000 Subject: Tue Oct 11 23:14:37 UTC 2011 --- community/aria2/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/aria2/PKGBUILD') diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD index 19a015c8a..19095b668 100644 --- a/community/aria2/PKGBUILD +++ b/community/aria2/PKGBUILD @@ -4,15 +4,15 @@ # Contributor: Daniel J Griffiths pkgname=aria2 -pkgver=1.12.1 -pkgrel=2 +pkgver=1.13.0 +pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('i686' 'x86_64') url='http://aria2.sourceforge.net/' license=('GPL') depends=('gnutls' 'libxml2' 'sqlite3' 'c-ares' 'ca-certificates') source=("http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2") -md5sums=('9f3bf96d92bc8b70b74817ed10c2c7e7') +md5sums=('b86a5bd4a94e465a58656f71b48c90b9') build() { cd aria2-${pkgver} -- cgit v1.2.3-54-g00ecf