diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-15 03:56:51 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-15 03:56:51 +0000 |
commit | f60de6664a098734dc7962a6105c175268706e36 (patch) | |
tree | 7ef66496e5b48e4985c3ae4e0abe0673e5dce38c /community/aria2 | |
parent | a4111d7e955b56d51181adc90eb77f8e4903cb64 (diff) |
Tue Jul 15 03:46:22 UTC 2014
Diffstat (limited to 'community/aria2')
-rw-r--r-- | community/aria2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD index 75f68b666..efe523715 100644 --- a/community/aria2/PKGBUILD +++ b/community/aria2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108617 2014-03-30 14:15:46Z fyan $ +# $Id: PKGBUILD 115671 2014-07-14 06:09:49Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: Thomas Dziedzic < gostrc at gmail > @@ -7,7 +7,7 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=aria2 -pkgver=1.18.5 +pkgver=1.18.6 pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ license=('GPL') depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates') checkdepends=('cppunit') source=(http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz) -sha256sums=('90a15959498673ebe6a964f8f9fe840f4adbb0a1904a9810cd7da6743c0b619b') +sha256sums=('b9890e1d353e76a87bf94dc8a810586f4b7899130603599dd1227ed0c19e0d74') build() { cd $pkgname-$pkgver |