diff --git a/mingw-w64-wget/PKGBUILD b/mingw-w64-wget/PKGBUILD index cf771ad4ff..5cd98c21cf 100644 --- a/mingw-w64-wget/PKGBUILD +++ b/mingw-w64-wget/PKGBUILD @@ -5,7 +5,7 @@ _realname=wget pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgver=1.20.3 -pkgrel=2 +pkgrel=3 pkgdesc='Wget retrieves files using HTTP, HTTPS and FTP (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -52,7 +52,6 @@ build() { --host=${MINGW_CHOST} \ --target=${MINGW_CHOST} \ --with-ssl=openssl \ - --with-metalink \ --with-libidn=${MINGW_PREFIX} \ --disable-xattr \ "${configure_opts[@]}" \