Date: Friday, September 12, 2014 @ 06:01:06 Author: fyan Revision: 118839
upgpkg: aria2 1.18.8-1 Modified: aria2/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-11 17:58:23 UTC (rev 118838) +++ PKGBUILD 2014-09-12 04:01:06 UTC (rev 118839) @@ -7,8 +7,8 @@ # Contributor: Daniel J Griffiths <ghost1...@archlinux.us> pkgname=aria2 -pkgver=1.18.7 -pkgrel=2 +pkgver=1.18.8 +pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('i686' 'x86_64') url='http://aria2.sourceforge.net/' @@ -15,18 +15,9 @@ license=('GPL') depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates') checkdepends=('cppunit') -source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz" - https://github.com/tatsuhiro-t/aria2/commit/c659fe939df2b0830f83f39429d6e7814ac82157.patch) -sha256sums=('7944336efdfc82892802bec304698448e8d27b30f30496576716e8b93ebfff98' - '1225cde7db20d185188de752edebd4f76c73e4806793d7d139031788bf9434eb') +source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz") +sha256sums=('ed08fb94dbf4713251a7a9f9eab3b63d480061cb94048720d8fe372f73d83863') -prepare() { - cd $pkgname-$pkgver - - # https://github.com/tatsuhiro-t/aria2/issues/265 - patch -p1 -i ../c659fe939df2b0830f83f39429d6e7814ac82157.patch -} - build() { cd $pkgname-$pkgver