diff --git a/mingw-w64-boost/PKGBUILD b/mingw-w64-boost/PKGBUILD index c77851df4d..090a0a3e8e 100644 --- a/mingw-w64-boost/PKGBUILD +++ b/mingw-w64-boost/PKGBUILD @@ -8,7 +8,7 @@ _boostver=${pkgver//./_} pkgrel=4 pkgdesc="Free peer-reviewed portable C++ source libraries (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://www.boost.org/" license=('custom') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" diff --git a/mingw-w64-brotli/PKGBUILD b/mingw-w64-brotli/PKGBUILD index 90514be978..c12cde66b6 100644 --- a/mingw-w64-brotli/PKGBUILD +++ b/mingw-w64-brotli/PKGBUILD @@ -9,7 +9,7 @@ pkgver=1.0.9 pkgrel=2 pkgdesc="Brotli compression library (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://github.com/google/brotli' makedepends=("${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-ninja" diff --git a/mingw-w64-bzip2/PKGBUILD b/mingw-w64-bzip2/PKGBUILD index ec850d9e3e..dc2bc604a3 100644 --- a/mingw-w64-bzip2/PKGBUILD +++ b/mingw-w64-bzip2/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.0.8 pkgrel=2 pkgdesc="A high-quality data compression program (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="http://www.bzip.org" license=("custom") depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") diff --git a/mingw-w64-c-ares/PKGBUILD b/mingw-w64-c-ares/PKGBUILD index f42fa17e2b..0419d786e0 100644 --- a/mingw-w64-c-ares/PKGBUILD +++ b/mingw-w64-c-ares/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.17.1 pkgrel=1 pkgdesc="C library that performs DNS requests and name resolves asynchronously (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://c-ares.haxx.se/" license=("MIT, BSD") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" diff --git a/mingw-w64-ca-certificates/PKGBUILD b/mingw-w64-ca-certificates/PKGBUILD index f579e2594a..6d1c6b216b 100644 --- a/mingw-w64-ca-certificates/PKGBUILD +++ b/mingw-w64-ca-certificates/PKGBUILD @@ -7,7 +7,7 @@ pkgver=20200601 pkgrel=3 pkgdesc='Common CA certificates (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/' license=('MPL' 'GPL') install="ca-certificates-${MSYSTEM}.install" diff --git a/mingw-w64-clang/PKGBUILD b/mingw-w64-clang/PKGBUILD index 99a78beffa..3f63666dc1 100644 --- a/mingw-w64-clang/PKGBUILD +++ b/mingw-w64-clang/PKGBUILD @@ -36,7 +36,7 @@ pkgver=11.0.0 pkgrel=8 pkgdesc="C language family frontend for LLVM (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://llvm.org/" license=("custom:Apache 2.0 with LLVM Exception") makedepends=("${MINGW_PACKAGE_PREFIX}-cmake>=3.4.3" diff --git a/mingw-w64-cmake/PKGBUILD b/mingw-w64-cmake/PKGBUILD index 6e16411e96..ccaa701641 100644 --- a/mingw-w64-cmake/PKGBUILD +++ b/mingw-w64-cmake/PKGBUILD @@ -8,7 +8,7 @@ pkgver=3.20.1 pkgrel=1 pkgdesc="A cross-platform open-source make system (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://www.cmake.org/" license=("MIT") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" diff --git a/mingw-w64-crt-git/PKGBUILD b/mingw-w64-crt-git/PKGBUILD index 6cc1332d9d..dde486c79d 100644 --- a/mingw-w64-crt-git/PKGBUILD +++ b/mingw-w64-crt-git/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 _commit='0a00d0ea9b2cff3f22b276201fd22daee162ff07' pkgdesc='MinGW-w64 CRT for Windows' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://mingw-w64.sourceforge.io/' license=('custom') groups=("${MINGW_PACKAGE_PREFIX}-toolchain") diff --git a/mingw-w64-curl/PKGBUILD b/mingw-w64-curl/PKGBUILD index a4a10a270a..a910ea1d97 100644 --- a/mingw-w64-curl/PKGBUILD +++ b/mingw-w64-curl/PKGBUILD @@ -17,7 +17,7 @@ pkgver=7.76.1 pkgrel=1 pkgdesc="Command line tool and library for transferring data with URLs. (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://curl.se/" license=("MIT") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" diff --git a/mingw-w64-docbook-xml/PKGBUILD b/mingw-w64-docbook-xml/PKGBUILD index bbf8a77083..5693889e97 100644 --- a/mingw-w64-docbook-xml/PKGBUILD +++ b/mingw-w64-docbook-xml/PKGBUILD @@ -11,7 +11,7 @@ epoch=1 pkgdesc="A widely used XML scheme for writing documentation and help" url="https://www.oasis-open.org/docbook/" arch=(any) -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=(MIT) depends=("${MINGW_PACKAGE_PREFIX}-libxml2") install=docbook-xml-${MSYSTEM}.install diff --git a/mingw-w64-docbook-xsl/PKGBUILD b/mingw-w64-docbook-xsl/PKGBUILD index e12981ee9d..ab86f6a843 100644 --- a/mingw-w64-docbook-xsl/PKGBUILD +++ b/mingw-w64-docbook-xsl/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.79.2 pkgrel=7 pkgdesc='XML stylesheets for Docbook-xml transformations (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('custom') url='https://docbook.org/' depends=("${MINGW_PACKAGE_PREFIX}-libxml2" diff --git a/mingw-w64-expat/PKGBUILD b/mingw-w64-expat/PKGBUILD index c800272f3f..1f20f79397 100644 --- a/mingw-w64-expat/PKGBUILD +++ b/mingw-w64-expat/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.2.10 pkgrel=1 pkgdesc="An XML parser library (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://libexpat.github.io/" license=(MIT) makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") diff --git a/mingw-w64-gettext/PKGBUILD b/mingw-w64-gettext/PKGBUILD index ced3c840ed..b0e4c93645 100644 --- a/mingw-w64-gettext/PKGBUILD +++ b/mingw-w64-gettext/PKGBUILD @@ -7,7 +7,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=0.19.8.1 pkgrel=10 arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') pkgdesc="GNU internationalization library (mingw-w64)" depends=("${MINGW_PACKAGE_PREFIX}-expat" "${MINGW_PACKAGE_PREFIX}-gcc-libs" diff --git a/mingw-w64-gmp/PKGBUILD b/mingw-w64-gmp/PKGBUILD index 619cdd01fd..ec4e919d00 100644 --- a/mingw-w64-gmp/PKGBUILD +++ b/mingw-w64-gmp/PKGBUILD @@ -7,7 +7,7 @@ pkgver=6.2.1 pkgrel=2 pkgdesc="A free library for arbitrary precision arithmetic (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://gmplib.org/" license=('LGPL3' 'GPL') source=(https://gmplib.org/download/gmp-${pkgver}/${_realname}-${pkgver}.tar.xz{,.sig}) diff --git a/mingw-w64-gtk-doc/PKGBUILD b/mingw-w64-gtk-doc/PKGBUILD index 4ab2c30b42..712b8de5fa 100644 --- a/mingw-w64-gtk-doc/PKGBUILD +++ b/mingw-w64-gtk-doc/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.33.2 pkgrel=2 pkgdesc="Documentation tool for public library API (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://www.gtk.org/gtk-doc/" license=("GPL" "FDL") options=(staticlibs strip) diff --git a/mingw-w64-headers-git/PKGBUILD b/mingw-w64-headers-git/PKGBUILD index 25ed7d3d77..0e939903b1 100644 --- a/mingw-w64-headers-git/PKGBUILD +++ b/mingw-w64-headers-git/PKGBUILD @@ -8,7 +8,7 @@ pkgver=9.0.0.6166.0a00d0ea pkgrel=2 _commit='0a00d0ea9b2cff3f22b276201fd22daee162ff07' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://mingw-w64.sourceforge.io/" license=('custom') groups=("${MINGW_PACKAGE_PREFIX}-toolchain") diff --git a/mingw-w64-icu/PKGBUILD b/mingw-w64-icu/PKGBUILD index cbdf774e6e..f3638238e7 100644 --- a/mingw-w64-icu/PKGBUILD +++ b/mingw-w64-icu/PKGBUILD @@ -8,7 +8,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}" "${MINGW_PACKAGE_PREFIX}-${_real pkgver=68.2 pkgrel=3 arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') pkgdesc="International Components for Unicode library (mingw-w64)" url="http://site.icu-project.org/home/" license=('custom:icu') diff --git a/mingw-w64-itstool/PKGBUILD b/mingw-w64-itstool/PKGBUILD index 408d714c17..546e9b6365 100644 --- a/mingw-w64-itstool/PKGBUILD +++ b/mingw-w64-itstool/PKGBUILD @@ -6,7 +6,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=2.0.6 pkgrel=4 arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') pkgdesc="XML to PO and back again (mingw-w64)" url="http://itstool.org/" license=("GPL3") diff --git a/mingw-w64-jansson/PKGBUILD b/mingw-w64-jansson/PKGBUILD index 0662676782..f102d42ac8 100644 --- a/mingw-w64-jansson/PKGBUILD +++ b/mingw-w64-jansson/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.13.1 pkgrel=1 pkgdesc="A C library for encoding, decoding and manipulating JSON data (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="http://www.digip.org/jansson/" license=('MIT') source=("http://www.digip.org/${_realname}/releases/${_realname}-${pkgver}.tar.gz") diff --git a/mingw-w64-jemalloc/PKGBUILD b/mingw-w64-jemalloc/PKGBUILD index 8b99024dac..1e9f54ba86 100644 --- a/mingw-w64-jemalloc/PKGBUILD +++ b/mingw-w64-jemalloc/PKGBUILD @@ -7,7 +7,7 @@ pkgver=5.2.1 pkgrel=2 pkgdesc="General-purpose scalable concurrent malloc implementation (mingw64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="http://jemalloc.net/" license=('BSD') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") diff --git a/mingw-w64-jsoncpp/PKGBUILD b/mingw-w64-jsoncpp/PKGBUILD index 9ad91ee101..43b24f1007 100644 --- a/mingw-w64-jsoncpp/PKGBUILD +++ b/mingw-w64-jsoncpp/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.9.4 pkgrel=1 pkgdesc="A C++ library for interacting with JSON (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://github.com/open-source-parsers/jsoncpp" license=('MIT') makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" diff --git a/mingw-w64-libarchive/PKGBUILD b/mingw-w64-libarchive/PKGBUILD index 925770eccc..bc9a2544a8 100644 --- a/mingw-w64-libarchive/PKGBUILD +++ b/mingw-w64-libarchive/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.5.1 pkgrel=1 pkgdesc="Multi-format archive and compression library (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://www.libarchive.org/" license=("BSD") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") diff --git a/mingw-w64-libffi/PKGBUILD b/mingw-w64-libffi/PKGBUILD index 34b14bc9d4..3c1ad2ff0b 100644 --- a/mingw-w64-libffi/PKGBUILD +++ b/mingw-w64-libffi/PKGBUILD @@ -8,7 +8,7 @@ pkgver=3.3 pkgrel=4 pkgdesc="A portable, high level programming interface to various calling conventions (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") options=('staticlibs' 'strip') license=('MIT') diff --git a/mingw-w64-libgcrypt/PKGBUILD b/mingw-w64-libgcrypt/PKGBUILD index cfce06718f..f36cb83825 100644 --- a/mingw-w64-libgcrypt/PKGBUILD +++ b/mingw-w64-libgcrypt/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.9.2 pkgrel=2 pkgdesc="General purpose cryptographic library based on the code from GnuPG (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://gnupg.org" license=('LGPL') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" diff --git a/mingw-w64-libgpg-error/PKGBUILD b/mingw-w64-libgpg-error/PKGBUILD index f4892a4d17..5a0e4e5e34 100644 --- a/mingw-w64-libgpg-error/PKGBUILD +++ b/mingw-w64-libgpg-error/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.41 pkgrel=3 pkgdesc="Support library for libgcrypt (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://gnupg.org" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") diff --git a/mingw-w64-libiconv/PKGBUILD b/mingw-w64-libiconv/PKGBUILD index be0e5d29d5..b2f4ae2d30 100644 --- a/mingw-w64-libiconv/PKGBUILD +++ b/mingw-w64-libiconv/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc='Character encoding conversion library and utility (mingw-w64)' pkgver=1.16 pkgrel=2 arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://www.gnu.org/software/libiconv/' source=("https://ftp.gnu.org/pub/gnu/${_realname}/${_realname}-${pkgver}.tar.gz" 0001-compile-relocatable-in-gnulib.mingw.patch diff --git a/mingw-w64-libidn2/PKGBUILD b/mingw-w64-libidn2/PKGBUILD index ad3444e6fb..f685980cc9 100644 --- a/mingw-w64-libidn2/PKGBUILD +++ b/mingw-w64-libidn2/PKGBUILD @@ -9,7 +9,7 @@ pkgver=${_basever}${_subver} pkgrel=1 pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://www.gnu.org/software/libidn" license=("GPL3, LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" "gtk-doc") diff --git a/mingw-w64-libmangle-git/PKGBUILD b/mingw-w64-libmangle-git/PKGBUILD index 51dcd47e56..4bd87d0d60 100644 --- a/mingw-w64-libmangle-git/PKGBUILD +++ b/mingw-w64-libmangle-git/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 _commit='0a00d0ea9b2cff3f22b276201fd22daee162ff07' pkgdesc="MinGW-w64 libmangle" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://mingw-w64.sourceforge.io/" license=('custom') groups=("${MINGW_PACKAGE_PREFIX}-toolchain") diff --git a/mingw-w64-libmetalink/PKGBUILD b/mingw-w64-libmetalink/PKGBUILD index 226888e6d0..4711a7f2dc 100644 --- a/mingw-w64-libmetalink/PKGBUILD +++ b/mingw-w64-libmetalink/PKGBUILD @@ -10,7 +10,7 @@ pkgver=0.1.3 pkgrel=3 pkgdesc="Metalink library (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://launchpad.net/libmetalink' license=('MIT') source=("https://launchpad.net/${_realname}/trunk/${_realname}-${pkgver}/+download/${_realname}-${pkgver}.tar.xz") diff --git a/mingw-w64-libpsl/PKGBUILD b/mingw-w64-libpsl/PKGBUILD index 623ed71eb7..2c90cf0c64 100644 --- a/mingw-w64-libpsl/PKGBUILD +++ b/mingw-w64-libpsl/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.21.1 pkgrel=2 pkgdesc="Public Suffix List library (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://github.com/rockdaboot/libpsl" license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-libiconv" diff --git a/mingw-w64-libssh2/PKGBUILD b/mingw-w64-libssh2/PKGBUILD index f12ea09c74..9477d478bb 100644 --- a/mingw-w64-libssh2/PKGBUILD +++ b/mingw-w64-libssh2/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.9.0 pkgrel=3 pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://libssh2.org" license=("BSD") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" diff --git a/mingw-w64-libsystre/PKGBUILD b/mingw-w64-libsystre/PKGBUILD index 96be7346ce..a99f915135 100644 --- a/mingw-w64-libsystre/PKGBUILD +++ b/mingw-w64-libsystre/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.0.1 pkgrel=4 pkgdesc="Wrapper library around TRE that provides POSIX API (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="" license=('BSD') depends=("${MINGW_PACKAGE_PREFIX}-libtre") diff --git a/mingw-w64-libtasn1/PKGBUILD b/mingw-w64-libtasn1/PKGBUILD index 15133a7b80..a77ad91ee6 100644 --- a/mingw-w64-libtasn1/PKGBUILD +++ b/mingw-w64-libtasn1/PKGBUILD @@ -8,7 +8,7 @@ pkgver=4.16.0 pkgrel=2 pkgdesc="A library for Abstract Syntax Notation One (ASN.1) and Distinguish Encoding Rules (DER) manipulation (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://www.gnu.org/software/libtasn1/" license=("GPL3, LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" diff --git a/mingw-w64-libtre-git/PKGBUILD b/mingw-w64-libtre-git/PKGBUILD index 91d3a91b9b..039ee4dd41 100644 --- a/mingw-w64-libtre-git/PKGBUILD +++ b/mingw-w64-libtre-git/PKGBUILD @@ -12,7 +12,7 @@ pkgrel=2 pkgdesc="The approximate regex matching library and agrep command line tool (mingw-w64)" url="https://github.com/laurikari/tre" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') options=(strip staticlibs) makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "git") diff --git a/mingw-w64-libunistring/PKGBUILD b/mingw-w64-libunistring/PKGBUILD index a1e787ca80..491689d18c 100644 --- a/mingw-w64-libunistring/PKGBUILD +++ b/mingw-w64-libunistring/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.9.10 pkgrel=3 pkgdesc="Library for manipulating Unicode strings and C strings. (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://www.gnu.org/software/libunistring" license=('LGPL' 'GPL3') makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") diff --git a/mingw-w64-libuv/PKGBUILD b/mingw-w64-libuv/PKGBUILD index 98560bb2d1..18f792f454 100644 --- a/mingw-w64-libuv/PKGBUILD +++ b/mingw-w64-libuv/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.40.0 pkgrel=3 pkgdesc="Cross-platform asynchronous I/O (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://github.com/libuv/libuv" license=("custom") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") diff --git a/mingw-w64-libxml2/PKGBUILD b/mingw-w64-libxml2/PKGBUILD index 85b93e7664..7308159525 100644 --- a/mingw-w64-libxml2/PKGBUILD +++ b/mingw-w64-libxml2/PKGBUILD @@ -8,7 +8,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=2.9.10 pkgrel=8 arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') pkgdesc="XML parsing library, version 2 (mingw-w64)" depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-gettext" diff --git a/mingw-w64-libxslt/PKGBUILD b/mingw-w64-libxslt/PKGBUILD index d1f3e7ae7d..0da13049f6 100644 --- a/mingw-w64-libxslt/PKGBUILD +++ b/mingw-w64-libxslt/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.1.34 pkgrel=3 pkgdesc="XML stylesheet transformation library (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="http://xmlsoft.org/XSLT/" license=('custom') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" diff --git a/mingw-w64-lua/PKGBUILD b/mingw-w64-lua/PKGBUILD index 276eff1dea..807fcc3083 100644 --- a/mingw-w64-lua/PKGBUILD +++ b/mingw-w64-lua/PKGBUILD @@ -10,7 +10,7 @@ pkgver=5.4.2 pkgrel=2 pkgdesc="A powerful light-weight programming language designed for extending applications. (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://www.lua.org/" license=('MIT') makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") diff --git a/mingw-w64-lz4/PKGBUILD b/mingw-w64-lz4/PKGBUILD index 53b16758c6..b5453841b7 100644 --- a/mingw-w64-lz4/PKGBUILD +++ b/mingw-w64-lz4/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.9.3 pkgrel=1 pkgdesc="Very fast lossless compression algorithm (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://lz4.github.io/lz4/" license=('BSD' 'GPL2') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") diff --git a/mingw-w64-meson/PKGBUILD b/mingw-w64-meson/PKGBUILD index 7e1c695ca9..1ee36f74b5 100644 --- a/mingw-w64-meson/PKGBUILD +++ b/mingw-w64-meson/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.57.2 pkgrel=1 pkgdesc="High-productivity build system (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://mesonbuild.com/" license=("Apache 2") options=('strip' 'staticlibs') diff --git a/mingw-w64-mpdecimal/PKGBUILD b/mingw-w64-mpdecimal/PKGBUILD index f7ff82e75a..5977e3a8f0 100644 --- a/mingw-w64-mpdecimal/PKGBUILD +++ b/mingw-w64-mpdecimal/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.5.0 pkgrel=2 pkgdesc="Package for correctly-rounded arbitrary precision decimal floating point arithmetic (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://www.bytereef.org/mpdecimal/index.html"' license=('custom') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") diff --git a/mingw-w64-ncurses/PKGBUILD b/mingw-w64-ncurses/PKGBUILD index 29752daeb7..8915b4158d 100644 --- a/mingw-w64-ncurses/PKGBUILD +++ b/mingw-w64-ncurses/PKGBUILD @@ -10,7 +10,7 @@ pkgver=6.2 pkgrel=3 pkgdesc="System V Release 4.0 curses emulation library (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-libsystre") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") url="https://www.gnu.org/software/ncurses/" diff --git a/mingw-w64-nettle/PKGBUILD b/mingw-w64-nettle/PKGBUILD index 4e92492fa6..6e2b3c2ee8 100644 --- a/mingw-w64-nettle/PKGBUILD +++ b/mingw-w64-nettle/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.7 pkgrel=2 pkgdesc="A low-level cryptographic library (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://www.lysator.liu.se/~nisse/nettle" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") diff --git a/mingw-w64-nghttp2/PKGBUILD b/mingw-w64-nghttp2/PKGBUILD index a5b9a97274..2819116408 100644 --- a/mingw-w64-nghttp2/PKGBUILD +++ b/mingw-w64-nghttp2/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.41.0 pkgrel=1 pkgdesc="Framing layer of HTTP/2 is implemented as a reusable C library (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://nghttp2.org/' depends=("${MINGW_PACKAGE_PREFIX}-jansson" "${MINGW_PACKAGE_PREFIX}-jemalloc" diff --git a/mingw-w64-ninja/PKGBUILD b/mingw-w64-ninja/PKGBUILD index 93c54ed06a..4b097937a7 100644 --- a/mingw-w64-ninja/PKGBUILD +++ b/mingw-w64-ninja/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.10.2 pkgrel=1 pkgdesc="Ninja is a small build system with a focus on speed (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://ninja-build.org" license=('Apache') depends=() diff --git a/mingw-w64-ntldd-git/PKGBUILD b/mingw-w64-ntldd-git/PKGBUILD index 071627d000..92bfa50142 100644 --- a/mingw-w64-ntldd-git/PKGBUILD +++ b/mingw-w64-ntldd-git/PKGBUILD @@ -7,7 +7,7 @@ pkgver=r19.7fb9365 pkgrel=1 pkgdesc="Tracks dependencides in Windows PE binaries (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://github.com/LRN/ntldd" license=("GPL3") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" diff --git a/mingw-w64-openssl/PKGBUILD b/mingw-w64-openssl/PKGBUILD index 3758103fb9..0aeac63e4d 100644 --- a/mingw-w64-openssl/PKGBUILD +++ b/mingw-w64-openssl/PKGBUILD @@ -8,7 +8,7 @@ _ver=1.1.1k pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} pkgrel=2 arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') pkgdesc="The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (mingw-w64)" depends=("${MINGW_PACKAGE_PREFIX}-ca-certificates" "${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-zlib") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") diff --git a/mingw-w64-p11-kit/PKGBUILD b/mingw-w64-p11-kit/PKGBUILD index 05782c7537..a44dee1c02 100644 --- a/mingw-w64-p11-kit/PKGBUILD +++ b/mingw-w64-p11-kit/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.23.22 pkgrel=1 pkgdesc="Library to work with PKCS#11 modules" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://p11-glue.freedesktop.org/p11-kit.html" license=('BSD') depends=("${MINGW_PACKAGE_PREFIX}-libtasn1" diff --git a/mingw-w64-pcre/PKGBUILD b/mingw-w64-pcre/PKGBUILD index 776fd196f5..fcc06951c1 100644 --- a/mingw-w64-pcre/PKGBUILD +++ b/mingw-w64-pcre/PKGBUILD @@ -7,7 +7,7 @@ pkgver=8.44 pkgrel=3 pkgdesc="A library that implements Perl 5-style regular expressions (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://pcre.org/" license=("BSD") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") diff --git a/mingw-w64-pkgconf/PKGBUILD b/mingw-w64-pkgconf/PKGBUILD index 787d0c1142..e816362458 100644 --- a/mingw-w64-pkgconf/PKGBUILD +++ b/mingw-w64-pkgconf/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc='pkg-config compatible utility which does not depend on glib' url='https://github.com/pkgconf/pkgconf' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('ISC') options=('!debug' 'strip') provides=("${MINGW_PACKAGE_PREFIX}-pkg-config") diff --git a/mingw-w64-python-appdirs/PKGBUILD b/mingw-w64-python-appdirs/PKGBUILD index 8fb3252e17..05516bd7f9 100644 --- a/mingw-w64-python-appdirs/PKGBUILD +++ b/mingw-w64-python-appdirs/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.4.4 pkgrel=1 pkgdesc='A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir" (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://github.com/ActiveState/appdirs" license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-asn1crypto/PKGBUILD b/mingw-w64-python-asn1crypto/PKGBUILD index 40e4e4a9ba..54f898f505 100644 --- a/mingw-w64-python-asn1crypto/PKGBUILD +++ b/mingw-w64-python-asn1crypto/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc="Python ASN.1 library with a focus on performance and a pythonic API (mi url='https://github.com/wbond/asn1crypto' license=('MIT') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-python-pycparser") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("${_realname}-${pkgver}.tar.gz::https://github.com/wbond/asn1crypto/archive/${pkgver}.tar.gz") diff --git a/mingw-w64-python-attrs/PKGBUILD b/mingw-w64-python-attrs/PKGBUILD index ad8c8dee66..237794f317 100644 --- a/mingw-w64-python-attrs/PKGBUILD +++ b/mingw-w64-python-attrs/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc='Attributes without boilerplate (mingw-w64)' url='https://attrs.readthedocs.org/' license=('MIT') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") diff --git a/mingw-w64-python-babel/PKGBUILD b/mingw-w64-python-babel/PKGBUILD index 0862852338..726d1800e5 100644 --- a/mingw-w64-python-babel/PKGBUILD +++ b/mingw-w64-python-babel/PKGBUILD @@ -14,7 +14,7 @@ pkgdesc="A collection of tools for internationalizing Python applications (mingw url="http://babel.pocoo.org/" license=("BSD") arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-python-pytz") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest" diff --git a/mingw-w64-python-certifi/PKGBUILD b/mingw-w64-python-certifi/PKGBUILD index d06259821e..b6f0e356e0 100644 --- a/mingw-w64-python-certifi/PKGBUILD +++ b/mingw-w64-python-certifi/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc="Python package for providing Mozilla's CA Bundle (mingw-w64)" url='https://pypi.python.org/pypi/certifi' license=('GPL') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://pypi.io/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz") diff --git a/mingw-w64-python-cffi/PKGBUILD b/mingw-w64-python-cffi/PKGBUILD index 9fc147aa0a..ecc11ad71f 100644 --- a/mingw-w64-python-cffi/PKGBUILD +++ b/mingw-w64-python-cffi/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc="Foreign Function Interface for Python calling C code (mingw-w64)" url='https://cffi.readthedocs.io/' license=('MIT') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-libffi" "${MINGW_PACKAGE_PREFIX}-python-pycparser") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") diff --git a/mingw-w64-python-chardet/PKGBUILD b/mingw-w64-python-chardet/PKGBUILD index 40a5baff87..3383e0cecb 100644 --- a/mingw-w64-python-chardet/PKGBUILD +++ b/mingw-w64-python-chardet/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="Python module for character encoding auto-detection (mingw-w64)" pkgver=4.0.0 pkgrel=1 arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://github.com/chardet/chardet" license=('LGPL') depends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") diff --git a/mingw-w64-python-colorama/PKGBUILD b/mingw-w64-python-colorama/PKGBUILD index 4486b740c4..4db5de599b 100644 --- a/mingw-w64-python-colorama/PKGBUILD +++ b/mingw-w64-python-colorama/PKGBUILD @@ -11,7 +11,7 @@ pkgver=0.4.4 pkgrel=1 pkgdesc="Python API for cross-platform colored terminal text (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') url="https://pypi.python.org/pypi/colorama" depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-cryptography/PKGBUILD b/mingw-w64-python-cryptography/PKGBUILD index 0902417c66..53be8f9f34 100644 --- a/mingw-w64-python-cryptography/PKGBUILD +++ b/mingw-w64-python-cryptography/PKGBUILD @@ -20,7 +20,7 @@ pkgdesc="A package designed to expose cryptographic recipes and primitives to Py url='https://pypi.org/project/cryptography/' license=('Apache') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-python-cffi" "${MINGW_PACKAGE_PREFIX}-python-idna") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") diff --git a/mingw-w64-python-docutils/PKGBUILD b/mingw-w64-python-docutils/PKGBUILD index 240d572684..1ba902ddd5 100644 --- a/mingw-w64-python-docutils/PKGBUILD +++ b/mingw-w64-python-docutils/PKGBUILD @@ -11,7 +11,7 @@ pkgver=0.17.1 pkgrel=1 pkgdesc="Set of tools for processing plaintext docs into formats such as HTML, XML, or LaTeX (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('custom') url="https://docutils.sourceforge.io/" depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-funcsigs/PKGBUILD b/mingw-w64-python-funcsigs/PKGBUILD index 4c13c35d9d..bcbdddb2d9 100644 --- a/mingw-w64-python-funcsigs/PKGBUILD +++ b/mingw-w64-python-funcsigs/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.0.2 pkgrel=1 pkgdesc='Python function signatures from PEP362 for Python 2.6, 2.7 and 3.3+' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://github.com/testing-cabal/funcsigs' license=('ASL') makedepends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-html5lib/PKGBUILD b/mingw-w64-python-html5lib/PKGBUILD index d08bdc4785..146b3f5b60 100644 --- a/mingw-w64-python-html5lib/PKGBUILD +++ b/mingw-w64-python-html5lib/PKGBUILD @@ -9,7 +9,7 @@ replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.1 pkgrel=1 arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') pkgdesc="A Python HTML parser/tokenizer based on the WHATWG HTML5 spec (mingw-w64)" url="https://github.com/html5lib" license=('MIT') diff --git a/mingw-w64-python-idna/PKGBUILD b/mingw-w64-python-idna/PKGBUILD index 4115987a02..82e9939599 100644 --- a/mingw-w64-python-idna/PKGBUILD +++ b/mingw-w64-python-idna/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc='Internationalized Domain Names in Applications (mingw-w64)' url='https://github.com/kjd/idna' license=('BSD-like') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") _dtoken="d8/82/28a51052215014efc07feac7330ed758702fc0581347098a81699b5281cb" diff --git a/mingw-w64-python-imagesize/PKGBUILD b/mingw-w64-python-imagesize/PKGBUILD index a224b28a12..18e5733d94 100644 --- a/mingw-w64-python-imagesize/PKGBUILD +++ b/mingw-w64-python-imagesize/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc="Getting image size from png/jpeg/jpeg2000/gif file (mingw-w64)" url='https://github.com/shibukawa/imagesize_py' license=('MIT') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://files.pythonhosted.org/packages/source/i/imagesize/${_realname}-${pkgver}.tar.gz") diff --git a/mingw-w64-python-jinja/PKGBUILD b/mingw-w64-python-jinja/PKGBUILD index 5d935b0550..393198f3fb 100644 --- a/mingw-w64-python-jinja/PKGBUILD +++ b/mingw-w64-python-jinja/PKGBUILD @@ -11,7 +11,7 @@ pkgver=2.11.3 pkgrel=1 pkgdesc="A simple pythonic template language written in Python (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') url="http://jinja.pocoo.org/" depends=("${MINGW_PACKAGE_PREFIX}-python-markupsafe") diff --git a/mingw-w64-python-markupsafe/PKGBUILD b/mingw-w64-python-markupsafe/PKGBUILD index 7aaed89bb3..f27b1de5b2 100644 --- a/mingw-w64-python-markupsafe/PKGBUILD +++ b/mingw-w64-python-markupsafe/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.1.1 pkgrel=1 pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('custom') url="https://pypi.python.org/pypi/MarkupSafe" depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-mock/PKGBUILD b/mingw-w64-python-mock/PKGBUILD index 1c6153650f..a32c3c3428 100644 --- a/mingw-w64-python-mock/PKGBUILD +++ b/mingw-w64-python-mock/PKGBUILD @@ -10,7 +10,7 @@ pkgver=4.0.3 pkgrel=1 pkgdesc='Rolling backport of unittest.mock for all Pythons (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://github.com/testing-cabal/mock' license=('BSD') depends=("${MINGW_PACKAGE_PREFIX}-python" diff --git a/mingw-w64-python-ndg-httpsclient/PKGBUILD b/mingw-w64-python-ndg-httpsclient/PKGBUILD index f92d9099a8..aa3a62ca9d 100644 --- a/mingw-w64-python-ndg-httpsclient/PKGBUILD +++ b/mingw-w64-python-ndg-httpsclient/PKGBUILD @@ -13,7 +13,7 @@ pkgdesc="Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL url='https://pypi.python.org/pypi/ndg-httpsclient' license=('BSD') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-python-pyopenssl" "${MINGW_PACKAGE_PREFIX}-python-pyasn1") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") diff --git a/mingw-w64-python-ordered-set/PKGBUILD b/mingw-w64-python-ordered-set/PKGBUILD index ab28142e7c..86d79c7be4 100644 --- a/mingw-w64-python-ordered-set/PKGBUILD +++ b/mingw-w64-python-ordered-set/PKGBUILD @@ -10,7 +10,7 @@ pkgver=3.1.1 pkgrel=1 pkgdesc='An OrderedSet is a mutable data structure that is a hybrid of a list and a set(mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://github.com/LuminosoInsight/ordered-set' license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-packaging/PKGBUILD b/mingw-w64-python-packaging/PKGBUILD index 5a88457ad5..c623ca2257 100644 --- a/mingw-w64-python-packaging/PKGBUILD +++ b/mingw-w64-python-packaging/PKGBUILD @@ -10,7 +10,7 @@ pkgver=20.9 pkgrel=1 pkgdesc="Core utilities for Python packages (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://github.com/pypa/packaging" license=('Apache') depends=("${MINGW_PACKAGE_PREFIX}-python" diff --git a/mingw-w64-python-pbr/PKGBUILD b/mingw-w64-python-pbr/PKGBUILD index 9cea64a5b2..5de1960573 100644 --- a/mingw-w64-python-pbr/PKGBUILD +++ b/mingw-w64-python-pbr/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc="Python Build Reasonableness (mingw-w64)" url="https://pypi.python.org/pypi/pbr" license=("Apache") arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-stestr" "${MINGW_PACKAGE_PREFIX}-python-testscenarios" diff --git a/mingw-w64-python-ply/PKGBUILD b/mingw-w64-python-ply/PKGBUILD index 27dd63996e..0b515628df 100644 --- a/mingw-w64-python-ply/PKGBUILD +++ b/mingw-w64-python-ply/PKGBUILD @@ -10,7 +10,7 @@ pkgver=3.11 pkgrel=1 pkgdesc="Implementation of lex and yacc parsing tools (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://www.dabeaz.com/ply/" license=('BSD') depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-pyasn1/PKGBUILD b/mingw-w64-python-pyasn1/PKGBUILD index eb5529aa70..941c0b4154 100644 --- a/mingw-w64-python-pyasn1/PKGBUILD +++ b/mingw-w64-python-pyasn1/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc='ASN.1 types and codecs (mingw-w64)' url='https://github.com/etingof/pyasn1/' license=('BSD') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-python") source=(${_realname}-${pkgver}.tar.gz::"https://github.com/etingof/pyasn1/archive/v${pkgver}.tar.gz") sha256sums=('1baa319ca6e30ffed0d23198d2100742e9e8b5cae464135d69058d0d6069aafc') diff --git a/mingw-w64-python-pycparser/PKGBUILD b/mingw-w64-python-pycparser/PKGBUILD index 8487ed341a..a5ff0cc3aa 100644 --- a/mingw-w64-python-pycparser/PKGBUILD +++ b/mingw-w64-python-pycparser/PKGBUILD @@ -10,7 +10,7 @@ pkgver=2.20 pkgrel=1 pkgdesc='Complete parser of the C language, written in pure Python (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://github.com/eliben/pycparser' license=('BSD') depends=("${MINGW_PACKAGE_PREFIX}-python" diff --git a/mingw-w64-python-pygments/PKGBUILD b/mingw-w64-python-pygments/PKGBUILD index 9b100aee53..3bd9da10a7 100644 --- a/mingw-w64-python-pygments/PKGBUILD +++ b/mingw-w64-python-pygments/PKGBUILD @@ -12,7 +12,7 @@ pkgver=2.8.1 pkgrel=2 pkgdesc="Python syntax highlighter (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') url="http://pygments.org/" makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") diff --git a/mingw-w64-python-pyopenssl/PKGBUILD b/mingw-w64-python-pyopenssl/PKGBUILD index f26ae4c4e1..e4e3ea4ab9 100644 --- a/mingw-w64-python-pyopenssl/PKGBUILD +++ b/mingw-w64-python-pyopenssl/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc="Python wrapper module around the OpenSSL library (mingw-w64)" url='https://pypi.python.org/pypi/pyOpenSSL' license=('LGPL2.1') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-openssl" "${MINGW_PACKAGE_PREFIX}-python-cryptography" "${MINGW_PACKAGE_PREFIX}-python-six") diff --git a/mingw-w64-python-pyparsing/PKGBUILD b/mingw-w64-python-pyparsing/PKGBUILD index 5f616ae395..c88353453d 100644 --- a/mingw-w64-python-pyparsing/PKGBUILD +++ b/mingw-w64-python-pyparsing/PKGBUILD @@ -10,7 +10,7 @@ pkgver=2.4.7 pkgrel=1 pkgdesc='General parsing module for Python (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://pyparsing.wikispaces.com/' license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-pytz/PKGBUILD b/mingw-w64-python-pytz/PKGBUILD index 6de6cd8927..721b8c59e0 100644 --- a/mingw-w64-python-pytz/PKGBUILD +++ b/mingw-w64-python-pytz/PKGBUILD @@ -10,7 +10,7 @@ pkgver=2021.1 pkgrel=1 pkgdesc="Cross platform time zone library for Python (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://pypi.org/project/pytz/" license=("MIT") depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-requests/PKGBUILD b/mingw-w64-python-requests/PKGBUILD index 340ac168f1..7287fceaa6 100644 --- a/mingw-w64-python-requests/PKGBUILD +++ b/mingw-w64-python-requests/PKGBUILD @@ -10,7 +10,7 @@ pkgver=2.25.1 pkgrel=2 pkgdesc="Requests is the only Non-GMO HTTP library for Python, safe for human consumption (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('Apache') url="https://2.python-requests.org" depends=("${MINGW_PACKAGE_PREFIX}-python-urllib3" diff --git a/mingw-w64-python-semantic-version/PKGBUILD b/mingw-w64-python-semantic-version/PKGBUILD index 59efccfd9d..9e165a52fa 100644 --- a/mingw-w64-python-semantic-version/PKGBUILD +++ b/mingw-w64-python-semantic-version/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="A library implementing the 'SemVer' scheme (mingw-w64)" url='https://github.com/rbarrois/python-semanticversion' license=('BSD') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("$pkgname-$pkgver.tar.gz::https://github.com/rbarrois/python-semanticversion/archive/$pkgver.tar.gz") diff --git a/mingw-w64-python-setuptools/PKGBUILD b/mingw-w64-python-setuptools/PKGBUILD index eab6961546..4c1d6c9079 100644 --- a/mingw-w64-python-setuptools/PKGBUILD +++ b/mingw-w64-python-setuptools/PKGBUILD @@ -12,7 +12,7 @@ pkgver=56.0.0 pkgrel=2 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('PSF') url="https://pypi.org/pypi/setuptools" depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-six/PKGBUILD b/mingw-w64-python-six/PKGBUILD index 8fd3bc9d86..1a936e14f6 100644 --- a/mingw-w64-python-six/PKGBUILD +++ b/mingw-w64-python-six/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.15.0 pkgrel=1 pkgdesc="Python 2 and 3 compatibility utilities (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://pypi.python.org/pypi/six/" license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-snowballstemmer/PKGBUILD b/mingw-w64-python-snowballstemmer/PKGBUILD index 4fa0d950da..58e4ea8336 100644 --- a/mingw-w64-python-snowballstemmer/PKGBUILD +++ b/mingw-w64-python-snowballstemmer/PKGBUILD @@ -10,7 +10,7 @@ pkgver=2.1.0 pkgrel=1 pkgdesc="Snowball stemming library collection for Python (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') url='https://github.com/shibukawa/snowball_py' depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-sphinx-alabaster-theme/PKGBUILD b/mingw-w64-python-sphinx-alabaster-theme/PKGBUILD index 3920445bb3..557674f7ee 100644 --- a/mingw-w64-python-sphinx-alabaster-theme/PKGBUILD +++ b/mingw-w64-python-sphinx-alabaster-theme/PKGBUILD @@ -11,7 +11,7 @@ pkgver=0.7.12 pkgrel=1 pkgdesc="Modified Kr Sphinx doc theme (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') url='https://github.com/bitprophet/alabaster' depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-sphinx/PKGBUILD b/mingw-w64-python-sphinx/PKGBUILD index 84d98269a2..92ef2962e0 100644 --- a/mingw-w64-python-sphinx/PKGBUILD +++ b/mingw-w64-python-sphinx/PKGBUILD @@ -12,7 +12,7 @@ pkgver=3.5.4 pkgrel=2 pkgdesc="Python documentation generator (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') url="https://www.sphinx-doc.org/" depends=("${MINGW_PACKAGE_PREFIX}-python-babel" diff --git a/mingw-w64-python-sphinxcontrib-applehelp/PKGBUILD b/mingw-w64-python-sphinxcontrib-applehelp/PKGBUILD index 5e6c609362..8ae1d2e84f 100644 --- a/mingw-w64-python-sphinxcontrib-applehelp/PKGBUILD +++ b/mingw-w64-python-sphinxcontrib-applehelp/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.0.2 pkgrel=1 pkgdesc="Sphinx extension which outputs Apple help books (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') url="https://github.com/sphinx-doc/sphinxcontrib-applehelp" makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") diff --git a/mingw-w64-python-sphinxcontrib-devhelp/PKGBUILD b/mingw-w64-python-sphinxcontrib-devhelp/PKGBUILD index 9ae3e483c1..9a393ee630 100644 --- a/mingw-w64-python-sphinxcontrib-devhelp/PKGBUILD +++ b/mingw-w64-python-sphinxcontrib-devhelp/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.0.2 pkgrel=1 pkgdesc="Sphinx extension which outputs Devhelp document (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') url="https://github.com/sphinx-doc/sphinxcontrib-devhelp" makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") diff --git a/mingw-w64-python-sphinxcontrib-htmlhelp/PKGBUILD b/mingw-w64-python-sphinxcontrib-htmlhelp/PKGBUILD index bf527f7da1..0ce68150fe 100644 --- a/mingw-w64-python-sphinxcontrib-htmlhelp/PKGBUILD +++ b/mingw-w64-python-sphinxcontrib-htmlhelp/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.0.3 pkgrel=1 pkgdesc="Sphinx extension which renders HTML help files (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') url="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp" makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") diff --git a/mingw-w64-python-sphinxcontrib-jsmath/PKGBUILD b/mingw-w64-python-sphinxcontrib-jsmath/PKGBUILD index 744941f9d9..16a89bbea1 100644 --- a/mingw-w64-python-sphinxcontrib-jsmath/PKGBUILD +++ b/mingw-w64-python-sphinxcontrib-jsmath/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.0.1 pkgrel=1 pkgdesc="Sphinx extension which renders display math in HTML via JavaScript (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') url="https://github.com/sphinx-doc/sphinxcontrib-jsmath" makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") diff --git a/mingw-w64-python-sphinxcontrib-moderncmakedomain/PKGBUILD b/mingw-w64-python-sphinxcontrib-moderncmakedomain/PKGBUILD index 389be29ef5..704f29ecbc 100644 --- a/mingw-w64-python-sphinxcontrib-moderncmakedomain/PKGBUILD +++ b/mingw-w64-python-sphinxcontrib-moderncmakedomain/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.19 pkgrel=1 pkgdesc="Sphinx Domain for Modern CMake (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('CMake') url="https://github.com/slurps-mad-rips/moderncmakedomain" makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") diff --git a/mingw-w64-python-sphinxcontrib-qthelp/PKGBUILD b/mingw-w64-python-sphinxcontrib-qthelp/PKGBUILD index 352c68cebd..01c4352576 100644 --- a/mingw-w64-python-sphinxcontrib-qthelp/PKGBUILD +++ b/mingw-w64-python-sphinxcontrib-qthelp/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.0.3 pkgrel=1 pkgdesc="Sphinx extension which outputs QtHelp document (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') url="https://github.com/sphinx-doc/sphinxcontrib-qthelp" makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") diff --git a/mingw-w64-python-sphinxcontrib-serializinghtml/PKGBUILD b/mingw-w64-python-sphinxcontrib-serializinghtml/PKGBUILD index 1c6ff05559..5da38a39ee 100644 --- a/mingw-w64-python-sphinxcontrib-serializinghtml/PKGBUILD +++ b/mingw-w64-python-sphinxcontrib-serializinghtml/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.1.4 pkgrel=1 pkgdesc="Sphinx extension which outputs "serialized" HTML files (json and pickle) (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') url="https://github.com/sphinx-doc/sphinxcontrib-serializinghtml" makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") diff --git a/mingw-w64-python-sphinxcontrib-svg2pdfconverter/PKGBUILD b/mingw-w64-python-sphinxcontrib-svg2pdfconverter/PKGBUILD index 1a8cd18acf..01990f73d7 100644 --- a/mingw-w64-python-sphinxcontrib-svg2pdfconverter/PKGBUILD +++ b/mingw-w64-python-sphinxcontrib-svg2pdfconverter/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=1.1.1 pkgrel=1 arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') pkgdesc="Sphinx SVG to PDF converter extension (mingw-w64)" url="https://github.com/sephalon/sphinxcontrib-svg2pdfconverter/" license=('BSD') diff --git a/mingw-w64-python-toml/PKGBUILD b/mingw-w64-python-toml/PKGBUILD index 00c29785af..65ebb6402b 100644 --- a/mingw-w64-python-toml/PKGBUILD +++ b/mingw-w64-python-toml/PKGBUILD @@ -10,7 +10,7 @@ pkgver=0.10.2 pkgrel=1 pkgdesc="A Python library for parsing and creating TOML (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://github.com/uiri/toml' license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-urllib3/PKGBUILD b/mingw-w64-python-urllib3/PKGBUILD index 6a0ce3cd41..4d2aae3d68 100644 --- a/mingw-w64-python-urllib3/PKGBUILD +++ b/mingw-w64-python-urllib3/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc="HTTP library with thread-safe connection pooling and file post support url='https://github.com/urllib3/urllib3' license=('MIT') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-certifi" "${MINGW_PACKAGE_PREFIX}-python-idna") diff --git a/mingw-w64-python-webencodings/PKGBUILD b/mingw-w64-python-webencodings/PKGBUILD index 16320c0ed7..552bd172ab 100644 --- a/mingw-w64-python-webencodings/PKGBUILD +++ b/mingw-w64-python-webencodings/PKGBUILD @@ -9,7 +9,7 @@ replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=0.5.1 pkgrel=1 arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') pkgdesc="This is a Python implementation of the WHATWG Encoding standard (mingw-w64)" url="https://github.com/gsnedders/python-webencodings" license=('BSD') diff --git a/mingw-w64-python-wincertstore/PKGBUILD b/mingw-w64-python-wincertstore/PKGBUILD index 16a52e0da8..0ad1ff0934 100644 --- a/mingw-w64-python-wincertstore/PKGBUILD +++ b/mingw-w64-python-wincertstore/PKGBUILD @@ -10,7 +10,7 @@ pkgver=0.2 pkgrel=1 pkgdesc="Python module to extract CA and CRL certs from Windows' cert store (ctypes based) (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://bitbucket.org/tiran/wincertstore' license=('PSFL') depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python/PKGBUILD b/mingw-w64-python/PKGBUILD index 9537965631..cd64ba1a88 100644 --- a/mingw-w64-python/PKGBUILD +++ b/mingw-w64-python/PKGBUILD @@ -25,7 +25,7 @@ conflicts=("${MINGW_PACKAGE_PREFIX}-python3" replaces=("${MINGW_PACKAGE_PREFIX}-python3") pkgdesc="A high-level scripting language (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('PSF') url="https://www.python.org/" depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" diff --git a/mingw-w64-readline/PKGBUILD b/mingw-w64-readline/PKGBUILD index f2fceff840..68d8f8414d 100644 --- a/mingw-w64-readline/PKGBUILD +++ b/mingw-w64-readline/PKGBUILD @@ -9,7 +9,7 @@ pkgver=${_basever}.${_patchlevel} pkgrel=2 pkgdesc="MinGW port of readline for editing typed command lines (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" #"${MINGW_PACKAGE_PREFIX}-ncurses" "${MINGW_PACKAGE_PREFIX}-termcap" diff --git a/mingw-w64-rhash/PKGBUILD b/mingw-w64-rhash/PKGBUILD index fbecde5893..9209baf7ad 100644 --- a/mingw-w64-rhash/PKGBUILD +++ b/mingw-w64-rhash/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.4.1 pkgrel=3 pkgdesc="Great utility for computing hash sums (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://sourceforge.net/projects/rhash/' depends=("${MINGW_PACKAGE_PREFIX}-gettext") license=('custom' 'BSD') diff --git a/mingw-w64-sqlite3/PKGBUILD b/mingw-w64-sqlite3/PKGBUILD index a468fac44f..3756877769 100644 --- a/mingw-w64-sqlite3/PKGBUILD +++ b/mingw-w64-sqlite3/PKGBUILD @@ -12,7 +12,7 @@ pkgver=3.35.5 pkgrel=1 pkgdesc="A C library that implements an SQL database engine (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=(PublicDomain) url="https://www.sqlite.org" provides=(${MINGW_PACKAGE_PREFIX}-sqlite=${pkgver} diff --git a/mingw-w64-swig/PKGBUILD b/mingw-w64-swig/PKGBUILD index 1e2a46ea2e..5d6353caf0 100644 --- a/mingw-w64-swig/PKGBUILD +++ b/mingw-w64-swig/PKGBUILD @@ -7,7 +7,7 @@ pkgver=4.0.2 pkgrel=2 pkgdesc="Generate scripting interfaces to C/C++ code (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="http://www.swig.org/" license=('custom') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" diff --git a/mingw-w64-tcl/PKGBUILD b/mingw-w64-tcl/PKGBUILD index ddb4c21dd5..cedbae24d7 100644 --- a/mingw-w64-tcl/PKGBUILD +++ b/mingw-w64-tcl/PKGBUILD @@ -8,7 +8,7 @@ pkgver=8.6.11 pkgrel=3 pkgdesc="The Tcl scripting language (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-zlib") #conflicts=(${MINGW_PACKAGE_PREFIX}-sqlite-analyzer) makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") diff --git a/mingw-w64-termcap/PKGBUILD b/mingw-w64-termcap/PKGBUILD index 7ab8f5bb61..a731071eae 100644 --- a/mingw-w64-termcap/PKGBUILD +++ b/mingw-w64-termcap/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.3.1 pkgrel=6 pkgdesc="Terminal feature database (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://www.gnu.org/software/termutils/" license=("GPL" "LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") diff --git a/mingw-w64-tk/PKGBUILD b/mingw-w64-tk/PKGBUILD index 713d16ef49..b1fa907de2 100644 --- a/mingw-w64-tk/PKGBUILD +++ b/mingw-w64-tk/PKGBUILD @@ -10,7 +10,7 @@ pkgver=${_basever}${_patch} pkgrel=2 pkgdesc="A windowing toolkit for use with tcl (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://tcl.sourceforge.io/" license=("custom") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") diff --git a/mingw-w64-tools-git/PKGBUILD b/mingw-w64-tools-git/PKGBUILD index e87903d804..f733e1af7c 100644 --- a/mingw-w64-tools-git/PKGBUILD +++ b/mingw-w64-tools-git/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=1 _commit='0a00d0ea9b2cff3f22b276201fd22daee162ff07' pkgdesc="MinGW-w64 tools" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://mingw-w64.sourceforge.io/" license=('custom') groups=("${MINGW_PACKAGE_PREFIX}-toolchain") diff --git a/mingw-w64-uasm/PKGBUILD b/mingw-w64-uasm/PKGBUILD index d2cbfeef57..cb1ed69bed 100644 --- a/mingw-w64-uasm/PKGBUILD +++ b/mingw-w64-uasm/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 _commit='8d1afb0a040217f87106b0c6b924bf9eb0254a2b' pkgdesc="UASM is a free MASM-compatible assembler based on JWasm" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('Watcom-1.0') url="https://github.com/Terraspace/UASM" depends=("${MINGW_PACKAGE_PREFIX}-gcc") diff --git a/mingw-w64-wineditline/PKGBUILD b/mingw-w64-wineditline/PKGBUILD index d97c334de6..b72335141c 100644 --- a/mingw-w64-wineditline/PKGBUILD +++ b/mingw-w64-wineditline/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.205 pkgrel=3 pkgdesc="port of the NetBSD Editline library (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') url="https://mingweditline.sourceforge.io/" makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-cmake" "dos2unix") diff --git a/mingw-w64-winpthreads-git/PKGBUILD b/mingw-w64-winpthreads-git/PKGBUILD index d8e355293e..67daa12a23 100644 --- a/mingw-w64-winpthreads-git/PKGBUILD +++ b/mingw-w64-winpthreads-git/PKGBUILD @@ -15,7 +15,7 @@ url="https://mingw-w64.sourceforge.io/" # licensed under BSD [1]. license=('MIT' 'BSD') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') groups=("${MINGW_PACKAGE_PREFIX}-toolchain") makedepends=("git" "${MINGW_PACKAGE_PREFIX}-gcc" diff --git a/mingw-w64-winstorecompat-git/PKGBUILD b/mingw-w64-winstorecompat-git/PKGBUILD index cbd561d95a..a81236c5e1 100644 --- a/mingw-w64-winstorecompat-git/PKGBUILD +++ b/mingw-w64-winstorecompat-git/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 _commit='0a00d0ea9b2cff3f22b276201fd22daee162ff07' pkgdesc="MinGW-w64 winRT compat library" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://mingw-w64.sourceforge.io/" license=('custom') groups=("${MINGW_PACKAGE_PREFIX}-toolchain") diff --git a/mingw-w64-xz/PKGBUILD b/mingw-w64-xz/PKGBUILD index 91ee194b42..89eeaad027 100644 --- a/mingw-w64-xz/PKGBUILD +++ b/mingw-w64-xz/PKGBUILD @@ -8,7 +8,7 @@ pkgver=5.2.5 pkgrel=2 pkgdesc="Library and command line tools for XZ and LZMA compressed files (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://tukaani.org/xz" # TODO: check situation with getopt_long mentioned in COPYING for possible diff --git a/mingw-w64-z3/PKGBUILD b/mingw-w64-z3/PKGBUILD index 3150e04c4b..d6f10ecc1a 100644 --- a/mingw-w64-z3/PKGBUILD +++ b/mingw-w64-z3/PKGBUILD @@ -7,7 +7,7 @@ pkgver=4.8.9 pkgrel=2 pkgdesc="Z3 is a high-performance theorem prover being developed at Microsoft Research (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://github.com/Z3Prover/z3" license=('MIT') makedepends=("${MINGW_PACKAGE_PREFIX}-cmake" diff --git a/mingw-w64-zlib/PKGBUILD b/mingw-w64-zlib/PKGBUILD index 4c68a2b04e..b1ab4612fb 100644 --- a/mingw-w64-zlib/PKGBUILD +++ b/mingw-w64-zlib/PKGBUILD @@ -11,7 +11,7 @@ pkgver=1.2.11 pkgrel=9 pkgdesc="Compression library implementing the deflate compression method found in gzip and PKZIP (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=(ZLIB) url="https://www.zlib.net/" depends=($([[ "$_external_minizip" != "yes" ]] && echo "${MINGW_PACKAGE_PREFIX}-bzip2")) diff --git a/mingw-w64-zstd/PKGBUILD b/mingw-w64-zstd/PKGBUILD index d95dc863b7..90902c124b 100644 --- a/mingw-w64-zstd/PKGBUILD +++ b/mingw-w64-zstd/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.4.9 pkgrel=1 pkgdesc="Zstandard - Fast real-time compression algorithm (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://facebook.github.io/zstd/' license=('BSD') makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"