[arch-commits] CVS update of extra/network/aria2 (PKGBUILD)
Dan McGee
dan at archlinux.org
Tue Apr 24 20:04:44 UTC 2007
Date: Tuesday, April 24, 2007 @ 16:04:44
Author: dan
Path: /home/cvs-extra/extra/network/aria2
Modified: PKGBUILD (1.5 -> 1.6)
upgpkg: aria2 0.10.2+1-1
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Index: extra/network/aria2/PKGBUILD
diff -u extra/network/aria2/PKGBUILD:1.5 extra/network/aria2/PKGBUILD:1.6
--- extra/network/aria2/PKGBUILD:1.5 Thu Feb 15 18:11:09 2007
+++ extra/network/aria2/PKGBUILD Tue Apr 24 16:04:44 2007
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD,v 1.5 2007/02/15 23:11:09 andyrtr Exp $
+# $Id: PKGBUILD,v 1.6 2007/04/24 20:04:44 dan Exp $
# Maintainer: Jeff Mickey <j at codemac.net>
pkgname=aria2
-pkgver=0.10.1
+pkgver=0.10.2+1
pkgrel=1
pkgdesc="aria2 is a download utility with resuming and segmented downloading. Supports HTTP/HTTPS/FTP/BitTorrent/Metalink."
arch=(i686 x86_64)
url="http://aria2.sourceforge.net/"
-license="gpl"
+license=('GPL')
depends=('gnutls' 'gcc' 'libxml2>=2.6.26')
makedepends=('c-ares')
source=(http://dl.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('2e1627808689f8eea9ed574ac450481a')
build() {
cd $startdir/src/$pkgname-$pkgver
@@ -19,4 +20,3 @@
make DESTDIR=$startdir/pkg install
}
-md5sums=('ee56d934d11c70e8d3b778658e5d7d9d')
More information about the arch-commits
mailing list