diff options
author | root <root@rshg054.dnsready.net> | 2012-05-30 00:02:28 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-30 00:02:28 +0000 |
commit | f676c2f568b9c75daa3e2b688978b877f950953d (patch) | |
tree | 59afe7e51ecb44399c2e64658841e1b5f86571fa /community/aria2/PKGBUILD | |
parent | edec45419def1b81bd663a2859684ef55ba56269 (diff) |
Wed May 30 00:02:27 UTC 2012
Diffstat (limited to 'community/aria2/PKGBUILD')
-rw-r--r-- | community/aria2/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD index 79ac592da..6d1557c43 100644 --- a/community/aria2/PKGBUILD +++ b/community/aria2/PKGBUILD @@ -1,10 +1,12 @@ -# Maintainer: Thomas Dziedzic < gostrc at gmail > +# $Id: PKGBUILD 71517 2012-05-28 04:56:49Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> +# Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=aria2 -pkgver=1.15.0 +pkgver=1.15.1 pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('i686' 'x86_64') @@ -13,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=('a381b8a0fe2d71f726187237ac6de82d') +md5sums=('a749a1f7cfe03a7518630d2310267c42') build() { cd aria2-${pkgver} |