From 17ab3aeb1dab5fd4678edc5594de066f2a5260f5 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 10 Feb 2025 09:00:07 +0100 Subject: [PATCH] mingw32: restore 7zip and osslsigncode for git-for-windows, see https://github.com/git-for-windows/git-sdk-32/issues/39 --- mingw-w64-7zip/PKGBUILD | 2 +- mingw-w64-osslsigncode/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-7zip/PKGBUILD b/mingw-w64-7zip/PKGBUILD index 09f481b16a..0c6d215ee9 100644 --- a/mingw-w64-7zip/PKGBUILD +++ b/mingw-w64-7zip/PKGBUILD @@ -7,7 +7,7 @@ pkgver=24.09 pkgrel=3 pkgdesc="A file archiver with a high compression ratio (mingw-w64)" arch=('any') -mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://7-zip.org" msys2_references=( 'aur: 7-zip' diff --git a/mingw-w64-osslsigncode/PKGBUILD b/mingw-w64-osslsigncode/PKGBUILD index 645ac3c048..5e8ea92364 100644 --- a/mingw-w64-osslsigncode/PKGBUILD +++ b/mingw-w64-osslsigncode/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.9 pkgrel=1 pkgdesc="Tool for Authenticode signing of PE, CAB and MSI files (mingw-w64)" arch=('any') -mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://github.com/mtrojnar/osslsigncode" license=("spdx:GPL-3.0-or-later") depends=("${MINGW_PACKAGE_PREFIX}-curl"