diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-25 03:59:45 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-25 03:59:45 +0000 |
commit | ec963aec4666ff7087ae150cb84398533a78f296 (patch) | |
tree | 4da354e279473e5bd24dccdc93e816b2ebbe076f /community/aria2/PKGBUILD | |
parent | f28fb29dd903558bdb2765f573eaf149897e7d1c (diff) |
Tue Mar 25 03:55:20 UTC 2014
Diffstat (limited to 'community/aria2/PKGBUILD')
-rw-r--r-- | community/aria2/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD index cce37eba5..7ab4fafb8 100644 --- a/community/aria2/PKGBUILD +++ b/community/aria2/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 103391 2014-01-05 15:54:47Z bpiotrowski $ -# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> +# $Id: PKGBUILD 108149 2014-03-24 05:54:46Z fyan $ +# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # 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.18.3 +pkgver=1.18.4 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.xz) -sha256sums=('014706c67406be380384484635ca2e811b405c876f0bbcf7a31be79df392d84d') +sha256sums=('bc6b9d1eb215bba1948ebb7725301658f7125c7345d2a25f971cb8e11204c88d') build() { cd $pkgname-$pkgver |