summaryrefslogtreecommitdiff
path: root/community/aria2
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-29 03:37:35 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-29 03:37:35 +0000
commitce34930a04e783323d0a92208729b9e5fa1994c5 (patch)
treeb1a647e06eb26544065c462a1b567150a4fc573e /community/aria2
parent65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (diff)
Sun Dec 29 03:35:02 UTC 2013
Diffstat (limited to 'community/aria2')
-rw-r--r--community/aria2/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD
index 23dd2dd75..0de12e8a4 100644
--- a/community/aria2/PKGBUILD
+++ b/community/aria2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 99071 2013-10-24 08:15:38Z bpiotrowski $
+# $Id: PKGBUILD 103183 2013-12-28 20:42:34Z 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.18.1
+pkgver=1.18.2
pkgrel=1
pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ url='http://aria2.sourceforge.net/'
license=('GPL')
depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.xz)
-sha256sums=('14179cec7d476204faa52c4220fd8332a1036edd2c16fa3a9a29fd5d8b763968')
+source=(http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz)
+sha256sums=('b4c99eea9e11d265ed90ab685571f7328a20f5c5a438da93ecdba0959170f460')
build() {
cd $pkgname-$pkgver
@@ -34,10 +34,9 @@ check() {
package() {
cd $pkgname-$pkgver
-
make DESTDIR="$pkgdir" install
- # add bash completion (aria2 automatically installs to a temporary target directory)
+ # add bash completion
install -d "$pkgdir"/usr/share/bash-completion/completions
install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
"$pkgdir"/usr/share/bash-completion/completions