diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index 0a830cdf6b4..1acbe1a2f5c 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -1,7 +1,7 @@ # Template build file for 'curl'. pkgname=curl -version=7.40.0 -revision=2 +version=7.41.0 +revision=1 build_style=gnu-configure configure_args="ac_cv_sizeof_off_t=8 --disable-ldaps --without-gssapi --enable-threaded-resolver --enable-ipv6 @@ -14,7 +14,7 @@ maintainer="Juan RP " license="MIT" homepage="http://curl.haxx.se" distfiles="$homepage/download/$pkgname-$version.tar.bz2" -checksum=899109eb3900fa6b8a2f995df7f449964292776a04763e94fae640700f883fba +checksum=9f8b546bdc5c57d959151acae7ce6610fe929d82b8d0fc5b25a3a2296e5f8bea libcurl_package() { short_desc="The multiprotocol file transfer library" @@ -23,7 +23,7 @@ libcurl_package() { } } libcurl-devel_package() { - depends="zlib-devel libidn-devel libressl-devel libcurl>=${version}_${revision}" + depends="${makedepends} libcurl>=${version}_${revision}" short_desc="The multiprotocol file transfer library - development files" pkg_install() { vmove usr/bin/curl-config