diff options
author | root <root@rshg054.dnsready.net> | 2012-12-31 01:32:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-31 01:32:52 -0800 |
commit | f503701b04bfc3fbec13acce2abfa9e8df56d2c0 (patch) | |
tree | 33bd1091aa34d345417508caf21775abea68437c /community/aria2/PKGBUILD | |
parent | 0af0753417e7e506da08650bda80804d0b50e660 (diff) |
Mon Dec 31 01:32:43 PST 2012
Diffstat (limited to 'community/aria2/PKGBUILD')
-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 d2db209b0..3d992c031 100644 --- a/community/aria2/PKGBUILD +++ b/community/aria2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 80774 2012-12-03 15:26:20Z bpiotrowski $ +# $Id: PKGBUILD 81793 2012-12-30 11:33:11Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Angel Velasquez <angvp@archlinux.org> @@ -6,7 +6,7 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=aria2 -pkgver=1.16.0 +pkgver=1.16.1 pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ license=('GPL') depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates') checkdepends=('cppunit') source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2) -md5sums=('0a8e1dbfe1725a02de8271589d622739') +md5sums=('ad7e0575ce4a480eb54030e1d348e076') build() { cd $pkgname-$pkgver |