wget: Remove metalink option

libmetalink was removed previously
This commit is contained in:
Biswapriyo Nath
2021-11-02 01:34:11 +05:30
committed by GitHub
parent 38e1762cb3
commit 158fffe0d4

View File

@@ -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[@]}" \