[arch-commits] Commit in aria2/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Sat Dec 28 20:42:21 UTC 2013
Date: Saturday, December 28, 2013 @ 21:42:21
Author: bpiotrowski
Revision: 103182
upgpkg: aria2 1.18.2-1
- new upstream release
Modified:
aria2/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-12-28 19:39:48 UTC (rev 103181)
+++ PKGBUILD 2013-12-28 20:42:21 UTC (rev 103182)
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227 at 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 @@
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 @@
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
More information about the arch-commits
mailing list