Date: Thursday, December 15, 2016 @ 15:39:58 Author: felixonmars Revision: 199556
upgpkg: aria2 1.30.0-1 Modified: aria2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-15 15:38:22 UTC (rev 199555) +++ PKGBUILD 2016-12-15 15:39:58 UTC (rev 199556) @@ -7,7 +7,7 @@ # Contributor: Daniel J Griffiths <ghost1...@archlinux.us> pkgname=aria2 -pkgver=1.29.0 +pkgver=1.30.0 pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2') checkdepends=('cppunit') source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz") -sha256sums=('1a64d023e75bf61c751609ef0df198596f785f1abc371672a75d5b09bd91c82e') +sha256sums=('bf6c5366d11d2a6038c8e19f01f9b874041793aaf317e0206120e3e8c9c431f6') build() { cd $pkgname-$pkgver