From 158fffe0d487ea1f9cccd437ada39c8285d447ca Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 2 Nov 2021 01:34:11 +0530 Subject: [PATCH] wget: Remove metalink option libmetalink was removed previously --- mingw-w64-wget/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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[@]}" \