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

Angel Velásquez angvp at archlinux.org
Fri Feb 18 20:05:39 UTC 2011


    Date: Friday, February 18, 2011 @ 15:05:38
  Author: angvp
Revision: 110314

upgpkg: curl 7.21.4-1
Adding threaded resolver support

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-18 20:01:45 UTC (rev 110313)
+++ PKGBUILD	2011-02-18 20:05:38 UTC (rev 110314)
@@ -4,7 +4,7 @@
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=curl
-pkgver=7.21.3
+pkgver=7.21.4
 pkgrel=1
 pkgdesc="An URL retrival utility and library"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!libtool')
 source=(http://curl.haxx.se/download/${pkgname}-${pkgver}.tar.bz2
         curlbuild.h)
-md5sums=('5b57fee22090b5c43a6886fdd35af2ce'
+md5sums=('e2dd20c88a7d01c745af9d788545ab2a'
          '751bd433ede935c8fae727377625a8ae')
 
 [[ $CARCH == "x86_64" ]] && _curlbuild=curlbuild-64.h
@@ -33,7 +33,8 @@
         --enable-manual \
         --enable-versioned-symbols \
         --with-ca-path=/etc/ssl/certs \
-        --without-libidn
+        --without-libidn \
+        --enable-threaded-resolver
     make
 }
 




More information about the arch-commits mailing list