summaryrefslogtreecommitdiff
path: root/community/aria2/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-09-12 17:27:25 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-09-12 17:27:25 +0200
commite6a52ebf66f2b60ad1afb478bfe358514043b676 (patch)
tree7b7bd6feb01ddf1f0340523bd02903b57b76885e /community/aria2/PKGBUILD
parent678a7a4fb762d6669c9c2105b78d107aeebe163e (diff)
parent21c375ba65c4730e25cd0b135aff7811bf28c77a (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/haskell-html/PKGBUILD community-staging/haskell-regex-base/PKGBUILD community-staging/haskell-stm/PKGBUILD community-staging/haskell-terminfo/PKGBUILD extra/avahi/PKGBUILD extra/elfutils/PKGBUILD testing/util-linux/PKGBUILD testing/util-linux/util-linux.install
Diffstat (limited to 'community/aria2/PKGBUILD')
-rw-r--r--community/aria2/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD
index bc4b19162..b2c813558 100644
--- a/community/aria2/PKGBUILD
+++ b/community/aria2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 74226 2012-07-23 03:08:17Z allan $
+# $Id: PKGBUILD 76063 2012-09-10 12:19:21Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Angel Velasquez <angvp@archlinux.org>
@@ -6,8 +6,8 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=aria2
-pkgver=1.15.1
-pkgrel=2
+pkgver=1.15.2
+pkgrel=1
pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
arch=('i686' 'x86_64' 'mips64el')
url='http://aria2.sourceforge.net/'
@@ -15,10 +15,10 @@ license=('GPL')
depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
checkdepends=('cppunit')
source=("http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2")
-md5sums=('a749a1f7cfe03a7518630d2310267c42')
+md5sums=('211f1e5c1fd28b788e687cb2d851812a')
build() {
- cd aria2-${pkgver}
+ cd $pkgname-$pkgver
./configure \
--prefix=/usr \
@@ -28,13 +28,12 @@ build() {
}
check() {
- cd aria2-${pkgver}
-
+ cd $pkgname-$pkgver
make check
}
package() {
- cd aria2-${pkgver}
+ cd $pkgname-$pkgver
make DESTDIR=${pkgdir} install