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

Jeff Mickey jeff at archlinux.org
Tue Jun 26 05:49:32 UTC 2007


    Date: Tuesday, June 26, 2007 @ 01:49:32
  Author: jeff
    Path: /home/cvs-extra/extra/network/c-ares

Modified: PKGBUILD (1.1 -> 1.2)

upgpkg: c-ares 1.4.0-1


----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)


Index: extra/network/c-ares/PKGBUILD
diff -u extra/network/c-ares/PKGBUILD:1.1 extra/network/c-ares/PKGBUILD:1.2
--- extra/network/c-ares/PKGBUILD:1.1	Mon Jan  8 00:08:21 2007
+++ extra/network/c-ares/PKGBUILD	Tue Jun 26 01:49:31 2007
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD,v 1.1 2007/01/08 05:08:21 jeff Exp $
+# $Id: PKGBUILD,v 1.2 2007/06/26 05:49:31 jeff Exp $
 # Maintainer: Jeff Mickey <jeff at archlinux.org>
 # Maintainer: Vinay S Shastry <vinayshastry at gmail.com>
 pkgname=c-ares
-pkgver=1.3.2
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="c-ares is a C library that performs DNS requests and name resolves asynchronously"
 url="http://daniel.haxx.se/projects/c-ares/"
+arch=(i686)
+license=(MIT)
 depends=()
 source=(http://daniel.haxx.se/projects/c-ares/$pkgname-$pkgver.tar.gz)
-md5sums=('3f517655f22531889b2465219f4833fa')
-options=('NOLIBTOOL')
+options=('!libtool')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -17,3 +18,6 @@
   make || return 1
   make DESTDIR=$startdir/pkg install
 }
+
+md5sums=('cd1f8e7dd47cf099518014014f23a98b')
+sha1sums=('810074d2792ff5e996816aa52ff676bb102be885')




More information about the arch-commits mailing list