From 644512cb11b697ffe02dd33ce29dca584fd53273 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 9 Jan 2019 12:56:59 +0300 Subject: [PATCH] curl: Rebuild for libidn2-2.1.0 --- mingw-w64-curl/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mingw-w64-curl/PKGBUILD b/mingw-w64-curl/PKGBUILD index ab3f9b49e1..fd52c45054 100644 --- a/mingw-w64-curl/PKGBUILD +++ b/mingw-w64-curl/PKGBUILD @@ -1,4 +1,5 @@ # Maintainer: Alexey Pavlov + _variant=-openssl #_variant=-winssl #_variant=-gnutls @@ -13,7 +14,7 @@ _realname=curl pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}${_namesuff}" pkgver=7.63.0 -pkgrel=1 +pkgrel=2 pkgdesc="Command line tool and library for transferring data with URLs. (mingw-w64)" arch=('any') url="https://curl.haxx.se/"