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"