[arch-commits] CVS update of extra/network/aria2 (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Dec 18 06:57:17 UTC 2007


    Date: Tuesday, December 18, 2007 @ 01:57:17
  Author: eric
    Path: /home/cvs-extra/extra/network/aria2

Modified: PKGBUILD (1.12 -> 1.13)

upgpkg: aria2 0.12.0-1
removed locale.alias (provided by glibc), i686 package is OK


----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Index: extra/network/aria2/PKGBUILD
diff -u extra/network/aria2/PKGBUILD:1.12 extra/network/aria2/PKGBUILD:1.13
--- extra/network/aria2/PKGBUILD:1.12	Mon Dec 17 17:21:07 2007
+++ extra/network/aria2/PKGBUILD	Tue Dec 18 01:57:17 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.12 2007/12/17 22:21:07 jeff Exp $
+# $Id: PKGBUILD,v 1.13 2007/12/18 06:57:17 eric Exp $
 # Maintainer: Jeff Mickey <jeff at archlinux.org>
 
 pkgname=aria2
@@ -11,13 +11,14 @@
 depends=('gnutls' 'gcc-libs' 'libxml2>=2.6.30')
 makedepends=('c-ares')
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('18e600d6f720a1cb96959b182fe5a754')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
+  rm -f $startdir/pkg/usr/share/locale/locale.alias
 }
 
-md5sums=('18e600d6f720a1cb96959b182fe5a754')
 sha1sums=('138380000be0e5df2e3ee4cbb39c0f872cdb195b')




More information about the arch-commits mailing list