Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=84fd144bbba2d9d3de40f34b2723afdb80d3a92f
commit 84fd144bbba2d9d3de40f34b2723afdb80d3a92f Author: DeX77 <[email protected]> Date: Sun May 28 16:03:15 2017 +0200 curl-7.54.0-4-x86_64 * rebuild with libpsl diff --git a/source/network/curl/FrugalBuild b/source/network/curl/FrugalBuild index 7d89761..4f63ca9 100644 --- a/source/network/curl/FrugalBuild +++ b/source/network/curl/FrugalBuild @@ -4,16 +4,16 @@ pkgname=curl pkgver=7.54.0 -pkgrel=3 +pkgrel=4 pkgdesc="A command line tool for transferring data specified with URL syntax." url="http://curl.haxx.se" makedepends=('groff') -depends=('nghttp2>=1.7.1-2' 'libidn2>=0.11' 'libssh2>=1.7.0-4') +depends=('nghttp2>=1.7.1-2' 'libpsl' 'libssh2>=1.7.0-4' 'libidn2>=0.11') rodepends=('c-ares>=1.11.0-2') # Binary backward compatibility groups=('network') archs=("x86_64") options+=('static') ## pacman -Fconfopts+=" --enable-threaded-resolver --enable-static --enable-ipv6 --disable-ldap --disable-ldap" # asynchronous resolver is required by various tools. +Fconfopts+=" --enable-threaded-resolver --enable-static --enable-ipv6 --disable-ldap" # asynchronous resolver is required by various tools. F32confopts+=" --without-libssh2" up2date="Flasttarbz2 $url/download.html" source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.bz2) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
