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

Angel Velásquez angvp at archlinux.org
Sat Feb 19 17:12:53 UTC 2011


    Date: Saturday, February 19, 2011 @ 12:12:53
  Author: angvp
Revision: 110504

upgpkg: curl 7.21.4-2
Fixing FS#21650

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-19 17:09:09 UTC (rev 110503)
+++ PKGBUILD	2011-02-19 17:12:53 UTC (rev 110504)
@@ -1,11 +1,12 @@
 # $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
 # Contributor: Eric Belanger <eric at archlinux.org>
 # Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=curl
 pkgver=7.21.4
-pkgrel=1
+pkgrel=2
 pkgdesc="An URL retrival utility and library"
 arch=('i686' 'x86_64')
 url="http://curl.haxx.se"
@@ -32,7 +33,7 @@
         --disable-ldap \
         --enable-manual \
         --enable-versioned-symbols \
-        --with-ca-path=/etc/ssl/certs \
+        --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
         --without-libidn \
         --enable-threaded-resolver
     make




More information about the arch-commits mailing list