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

Dave Reisner dreisner at archlinux.org
Thu Oct 23 12:05:30 UTC 2014


    Date: Thursday, October 23, 2014 @ 14:05:30
  Author: dreisner
Revision: 225229

upgpkg: curl 7.38.0-3

- link against libidn (FS#42352)

Modified:
  curl/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-23 11:50:50 UTC (rev 225228)
+++ PKGBUILD	2014-10-23 12:05:30 UTC (rev 225229)
@@ -7,20 +7,22 @@
 
 pkgname=curl
 pkgver=7.38.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An URL retrieval utility and library"
 arch=('i686' 'x86_64')
 url="http://curl.haxx.se"
 license=('MIT')
-depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib')
+depends=('ca-certificates' 'krb5' 'libssh2' 'libidn' 'openssl' 'zlib')
 provides=('libcurl.so')
 options=('strip' 'debug')
-source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"
+source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
         0001-threaded-resolver-revert-Curl_expire_latest-switch.patch
         curlbuild.h)
 md5sums=('b6e3ea55bb718f2270489581efa50a8a'
+         'SKIP'
          '845110402d78209a957bb9b342d8bb9e'
          '751bd433ede935c8fae727377625a8ae')
+validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -41,7 +43,7 @@
       --enable-versioned-symbols \
       --enable-threaded-resolver \
       --with-gssapi \
-      --without-libidn \
+      --with-libidn \
       --with-random=/dev/urandom \
       --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
 



More information about the arch-commits mailing list