This commit is contained in:
Chaoting Liu 2016-04-16 04:07:21 +01:00
commit cdf3701acc

View File

@ -1,5 +1,5 @@
pkgname=aria2
pkgver=1.21.0
pkgver=1.22.0
pkgrel=1
pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink.'
arch=('x86_64')
@ -8,7 +8,7 @@ license=('GPL3')
depends=('gnutls' 'libxml2' 'sqlite3' 'c-ares' 'ca-certificates' 'libssh2')
categories=('network')
source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-${pkgver}/${pkgname}-${pkgver}.tar.xz")
sha1sums=('4b4815e11dfb70408c2810ea6dfb2e0a6d2dd7bf')
sha1sums=('6ae60722e65b3270bd9b1785677298e67f1ee4ad')
build() {
cd ${pkgname}-${pkgver}