Index: PKGBUILD =================================================================== --- PKGBUILD (revision 224254) +++ PKGBUILD (working copy) @@ -7,12 +7,12 @@ 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' 'openssl' 'zlib' 'libidn') provides=('libcurl.so') options=('strip' 'debug') source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz" @@ -41,7 +41,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