Date: Monday, September 28, 2015 @ 12:10:37 Author: fyan Revision: 141743
upgpkg: aria2 1.19.1-1 Modified: aria2/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-09-28 07:29:49 UTC (rev 141742) +++ PKGBUILD 2015-09-28 10:10:37 UTC (rev 141743) @@ -7,16 +7,16 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=aria2 -pkgver=1.19.0 +pkgver=1.19.1 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' 'sqlite' 'c-ares' 'ca-certificates') +depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2') checkdepends=('cppunit') -source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz") -sha256sums=('e2ea59fc2351951a50408561a43fb4d7f0afeab5b606f0cdbfe2be745575a476') +source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-1.19.1/aria2-$pkgver.tar.xz") +sha256sums=('f731f64940ccfc78e8777190de354ba833fe248851b935d5d8885a7917fc101f') build() { cd $pkgname-$pkgver
