[arch-commits] Commit in aria2/trunk (ChangeLog PKGBUILD)

Alexander Fehr alexanderf at archlinux.org
Sat Dec 6 13:34:51 UTC 2008


    Date: Saturday, December 6, 2008 @ 08:34:51
  Author: alexanderf
Revision: 20720

upgpkg: aria2 1.0.1-1

Modified:
  aria2/trunk/ChangeLog
  aria2/trunk/PKGBUILD

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-12-06 13:05:35 UTC (rev 20719)
+++ ChangeLog	2008-12-06 13:34:51 UTC (rev 20720)
@@ -1,3 +1,9 @@
+2008-11-26  Alexander Fehr  <pizzapunk gmail com>
+
+  * aria2-1.0.1-1:
+  New upstream release.
+  Added dependency on sqlite3.
+
 2008-09-16  Alexander Fehr  <pizzapunk gmail com>
 
   * aria2-0.15.3-1:

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-06 13:05:35 UTC (rev 20719)
+++ PKGBUILD	2008-12-06 13:34:51 UTC (rev 20720)
@@ -3,16 +3,16 @@
 # Maintainer: Alexander Fehr <pizzapunk gmail com>
 
 pkgname=aria2
-pkgver=0.15.3
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink"
 arch=('i686' 'x86_64')
 url="http://aria2.sourceforge.net/"
 license=('GPL')
-depends=('gnutls' 'libxml2')
+depends=('gnutls' 'libxml2' 'sqlite3')
 makedepends=('c-ares')
 source=(http://downloads.sourceforge.net/aria2/aria2c-$pkgver.tar.bz2)
-md5sums=('5bad1ec6c7a94716760eeea17275b79f')
+md5sums=('50d804451022d9f9fd03cc34d0862c1e')
 
 build() {
   cd "$srcdir/aria2c-$pkgver"




More information about the arch-commits mailing list