Skip to content

Commit

Permalink
revert to ${MINGW_PACKAGE_PREFIX}-ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
zent1n0 authored Feb 2, 2025
1 parent e6132c3 commit f13a3a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mingw-w64-aria2/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ msys2_references=(
"cpe: cpe:/a:tatsuhiro_tsujikawa:aria2"
)
license=('spdx:GPL-2.0-or-later')
depends=("ca-certificates"
"${MINGW_PACKAGE_PREFIX}-gcc-libs"
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-gettext"
"${MINGW_PACKAGE_PREFIX}-c-ares"
"${MINGW_PACKAGE_PREFIX}-ca-certificates"
"${MINGW_PACKAGE_PREFIX}-libiconv"
"${MINGW_PACKAGE_PREFIX}-libssh2"
"${MINGW_PACKAGE_PREFIX}-libxml2"
Expand All @@ -40,7 +40,6 @@ build() {
# disabling gnutls and wintls so we will fall back to openssl
../${_realname}-${pkgver}/configure \
--prefix=${MINGW_PREFIX} \
--with-ca-bundle='/usr/ssl/cert.pem' \
--with-bashcompletiondir=${MINGW_PREFIX}/share/bash-completion/completions \
--build=${MINGW_CHOST} \
--host=${MINGW_CHOST} \
Expand Down

0 comments on commit f13a3a0

Please sign in to comment.