Date: Tuesday, May 26, 2015 @ 06:12:59 Author: fyan Revision: 134121 upgpkg: aria2 1.19.0-1
Modified: aria2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-26 04:02:33 UTC (rev 134120) +++ PKGBUILD 2015-05-26 04:12:59 UTC (rev 134121) @@ -7,8 +7,8 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=aria2 -pkgver=1.18.10 -pkgrel=2 +pkgver=1.19.0 +pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('i686' 'x86_64') url='http://aria2.sourceforge.net/' @@ -16,7 +16,7 @@ depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates') checkdepends=('cppunit') source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz") -sha256sums=('c8a7bf111eb2c80251c47ee1fa9e174a530ae1dbd7c48c08c9c6b319bcf427d3') +sha256sums=('e2ea59fc2351951a50408561a43fb4d7f0afeab5b606f0cdbfe2be745575a476') build() { cd $pkgname-$pkgver
