Date: Monday, February 2, 2015 @ 09:45:29 Author: fyan Revision: 126957
upgpkg: aria2 1.18.9-1 Modified: aria2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-02 08:45:27 UTC (rev 126956) +++ PKGBUILD 2015-02-02 08:45:29 UTC (rev 126957) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> # Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Angel Velasquez <[email protected]> @@ -7,7 +7,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=aria2 -pkgver=1.18.8 +pkgver=1.18.9 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') checkdepends=('cppunit') source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz") -sha256sums=('ed08fb94dbf4713251a7a9f9eab3b63d480061cb94048720d8fe372f73d83863') +sha256sums=('4a7be62cac075e4ad14c91dd4ab9f22afe6e21507255142c20de252e15a7b1e7') build() { cd $pkgname-$pkgver
