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

Eric Belanger eric at archlinux.org
Fri Sep 21 04:29:16 UTC 2007


    Date: Friday, September 21, 2007 @ 00:29:16
  Author: eric
    Path: /home/cvs-extra/extra/network/curl

Modified: PKGBUILD (1.32 -> 1.33)

upgpkg: curl 7.17.0-1
corrected license


----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


Index: extra/network/curl/PKGBUILD
diff -u extra/network/curl/PKGBUILD:1.32 extra/network/curl/PKGBUILD:1.33
--- extra/network/curl/PKGBUILD:1.32	Wed Jul 11 00:51:25 2007
+++ extra/network/curl/PKGBUILD	Fri Sep 21 00:29:15 2007
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD,v 1.32 2007/07/11 04:51:25 eric Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.33 2007/09/21 04:29:15 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
 pkgname=curl
-pkgver=7.16.4
+pkgver=7.17.0
 pkgrel=1
 pkgdesc="An URL retrival utility and library"
 arch=('i686' 'x86_64')
 url="http://curl.haxx.se"
-license=('custom')
+license=('MIT')
 depends=('zlib' 'openssl>=0.9.8b' 'bash')
 options=('!libtool')
 source=(http://curl.haxx.se/download/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ffa6d1f4e28ca493a43f9dc17882c4d8')
-sha1sums=('a26a8796f5fc851b23423bc419c80e27d3e09483')
+md5sums=('b529a8d2778c8ad09c33d9bbddee7e44')
+sha1sums=('78e08bac74952e2af612f20759a330f580c122b3')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-libidn
+  ./configure --prefix=/usr --without-libidn --disable-ldap
   make || return 1
   make DESTDIR=${startdir}/pkg install
   install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING




More information about the arch-commits mailing list