diff --git a/mingw-w64-boost/PKGBUILD b/mingw-w64-boost/PKGBUILD index 090a0a3e8e..e5b8cbcab4 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 c12cde66b6..c6dd7709b1 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 dc2bc604a3..84e624c901 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 0419d786e0..922b0754f9 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 6d1c6b216b..f42290196d 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 414022904d..21c831b10a 100644 --- a/mingw-w64-clang/PKGBUILD +++ b/mingw-w64-clang/PKGBUILD @@ -41,7 +41,7 @@ pkgver=12.0.0 pkgrel=3 pkgdesc="C language family frontend for LLVM (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url="https://llvm.org/" license=("custom:Apache 2.0 with LLVM Exception") groups=($( (( _clangprefix )) && echo "${MINGW_PACKAGE_PREFIX}-toolchain")) diff --git a/mingw-w64-cmake/PKGBUILD b/mingw-w64-cmake/PKGBUILD index ce0ba646da..11306f3681 100644 --- a/mingw-w64-cmake/PKGBUILD +++ b/mingw-w64-cmake/PKGBUILD @@ -8,7 +8,7 @@ pkgver=3.20.2 pkgrel=1 pkgdesc="A cross-platform open-source make system (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 e199134272..b49a506aa7 100644 --- a/mingw-w64-crt-git/PKGBUILD +++ b/mingw-w64-crt-git/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 _commit='ab0fa5ad3c67d634fd7754d9473d1bb7051f9bf0' pkgdesc='MinGW-w64 CRT for Windows' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 a910ea1d97..c01b3275aa 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 5693889e97..f01f54954e 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 ab86f6a843..c04ad59d50 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') license=('custom') url='https://docbook.org/' depends=("${MINGW_PACKAGE_PREFIX}-libxml2" diff --git a/mingw-w64-expat/PKGBUILD b/mingw-w64-expat/PKGBUILD index 1f20f79397..d15788db78 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 b0e4c93645..e0176d0132 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 ec4e919d00..dff5f02dd2 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 712b8de5fa..8fddbbab79 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 8d3b9b5d64..d86ab2280d 100644 --- a/mingw-w64-headers-git/PKGBUILD +++ b/mingw-w64-headers-git/PKGBUILD @@ -8,7 +8,7 @@ pkgver=9.0.0.6184.ab0fa5ad pkgrel=1 _commit='ab0fa5ad3c67d634fd7754d9473d1bb7051f9bf0' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 f3638238e7..9c581bab87 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 546e9b6365..77f02a05d4 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 f102d42ac8..bc14fd47ea 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 1e9f54ba86..7061618e61 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 43b24f1007..8e3e15267f 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 bc9a2544a8..392771f589 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 3c1ad2ff0b..b01ab2a03c 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") options=('staticlibs' 'strip') license=('MIT') diff --git a/mingw-w64-libgcrypt/PKGBUILD b/mingw-w64-libgcrypt/PKGBUILD index f36cb83825..93a807662d 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 5a0e4e5e34..b3fce3696f 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url="https://gnupg.org" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") diff --git a/mingw-w64-libiconv/PKGBUILD b/mingw-w64-libiconv/PKGBUILD index b2f4ae2d30..45b175b45d 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 f685980cc9..99f996cf88 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 286f3192f0..84791f92b8 100644 --- a/mingw-w64-libmangle-git/PKGBUILD +++ b/mingw-w64-libmangle-git/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 _commit='ab0fa5ad3c67d634fd7754d9473d1bb7051f9bf0' pkgdesc="MinGW-w64 libmangle" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 4711a7f2dc..25baebeb5d 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 2c90cf0c64..e06f9a9d29 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 9477d478bb..eccb0e5048 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url="https://libssh2.org" license=("BSD") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" diff --git a/mingw-w64-libsystre/PKGBUILD b/mingw-w64-libsystre/PKGBUILD index a99f915135..7b57566293 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url="" license=('BSD') depends=("${MINGW_PACKAGE_PREFIX}-libtre") diff --git a/mingw-w64-libtasn1/PKGBUILD b/mingw-w64-libtasn1/PKGBUILD index a77ad91ee6..be620b8f4d 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 039ee4dd41..5f7f337347 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') license=('BSD') options=(strip staticlibs) makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "git") diff --git a/mingw-w64-libunistring/PKGBUILD b/mingw-w64-libunistring/PKGBUILD index 491689d18c..d5ea2b91a6 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 18f792f454..4243364413 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 7308159525..911631a01b 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 0da13049f6..972143b22e 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 807fcc3083..288413e7cd 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 b5453841b7..007fb2044f 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 c1fa2c963e..c1b723d0c6 100644 --- a/mingw-w64-meson/PKGBUILD +++ b/mingw-w64-meson/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.58.0 pkgrel=1 pkgdesc="High-productivity build system (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url="https://mesonbuild.com/" license=("Apache 2") options=('strip' 'staticlibs') diff --git a/mingw-w64-mpdecimal/PKGBUILD b/mingw-w64-mpdecimal/PKGBUILD index 5977e3a8f0..d4bf63d891 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 8915b4158d..ad8d78ca53 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 6e2b3c2ee8..b9580282fe 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 2819116408..d4e3289750 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 4b097937a7..5c556b1c5a 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url="https://ninja-build.org" license=('Apache') depends=() diff --git a/mingw-w64-ntldd-git/PKGBUILD b/mingw-w64-ntldd-git/PKGBUILD index 92bfa50142..88e5601c37 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 0aeac63e4d..e23410d4d1 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 a44dee1c02..a236b3cf34 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 fcc06951c1..eed899e7ad 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 0c685e1547..0c0ad2191c 100644 --- a/mingw-w64-pkgconf/PKGBUILD +++ b/mingw-w64-pkgconf/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 05516bd7f9..7453952245 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 54f898f505..fda894db0d 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 b99e660fed..994f2a681b 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 313a18bca7..06d9413eaa 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 b6f0e356e0..e8396dace0 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 ecc11ad71f..7a0154bc5d 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 3383e0cecb..aa78cfabbf 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 4db5de599b..3012c31219 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 53be8f9f34..e6eebc3ae8 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 1ba902ddd5..1801254bfe 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 bcbdddb2d9..3be06a6fe4 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 146b3f5b60..1dac863000 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 82e9939599..6bcdfde757 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 18e5733d94..10b5da2c9f 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 393198f3fb..7638ca1526 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 f27b1de5b2..8cc3db2390 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 a32c3c3428..df210b35ca 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 aa3a62ca9d..221f2cb51c 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 86d79c7be4..6ceca5c1b5 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 c623ca2257..34b1ae7afd 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 6af07310d4..7f771f9df9 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-stestr" diff --git a/mingw-w64-python-ply/PKGBUILD b/mingw-w64-python-ply/PKGBUILD index 0b515628df..1ca82fcf15 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 941c0b4154..1754e97136 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 a5ff0cc3aa..87358a155a 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 e661b836fe..1b960833c6 100644 --- a/mingw-w64-python-pygments/PKGBUILD +++ b/mingw-w64-python-pygments/PKGBUILD @@ -12,7 +12,7 @@ pkgver=2.9.0 pkgrel=1 pkgdesc="Python syntax highlighter (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 e4e3ea4ab9..38fbe5d45a 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 c88353453d..8d25a15b0c 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 721b8c59e0..75ba3acf92 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 7287fceaa6..cbca457d8f 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 9e165a52fa..d43c5ebc52 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 16e14db7ab..c0ac453bee 100644 --- a/mingw-w64-python-setuptools/PKGBUILD +++ b/mingw-w64-python-setuptools/PKGBUILD @@ -12,7 +12,7 @@ pkgver=56.1.0 pkgrel=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 9dd2fee4e2..8b0c0c1bf5 100644 --- a/mingw-w64-python-six/PKGBUILD +++ b/mingw-w64-python-six/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.16.0 pkgrel=1 pkgdesc="Python 2 and 3 compatibility utilities (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 58e4ea8336..75d2f1df52 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 557674f7ee..93e821d645 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 2381002ef5..0cb0840ea6 100644 --- a/mingw-w64-python-sphinx/PKGBUILD +++ b/mingw-w64-python-sphinx/PKGBUILD @@ -12,7 +12,7 @@ pkgver=4.0.0 pkgrel=1 pkgdesc="Python documentation generator (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 8ae1d2e84f..4d21c17850 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 9a393ee630..8bcf20bad9 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 0ce68150fe..4990313dcc 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 16a89bbea1..897153a729 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 704f29ecbc..96a74fc836 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 01c4352576..6895210c23 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 5da38a39ee..5a26520f28 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 01990f73d7..322cd2bde1 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 65ebb6402b..fe69495998 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 4d2aae3d68..32c0d47d8d 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 552bd172ab..fdca053555 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 0ad1ff0934..fda5602165 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 cd64ba1a88..5f136a60df 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 68d8f8414d..7304ad824c 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 9209baf7ad..aec2b281bf 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 3756877769..4fb6df64d3 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 5d6353caf0..cc9575990a 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 cedbae24d7..e8c0b4209b 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 a731071eae..13526c3fc7 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 b1fa907de2..088c5490ba 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 129815da95..29ebde8b33 100644 --- a/mingw-w64-tools-git/PKGBUILD +++ b/mingw-w64-tools-git/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=1 _commit='ab0fa5ad3c67d634fd7754d9473d1bb7051f9bf0' pkgdesc="MinGW-w64 tools" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 cb1ed69bed..6ba507b18b 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 b72335141c..9738150c79 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 874bb0011c..05f6d9bea3 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 a202961736..00e5bfe4c4 100644 --- a/mingw-w64-winstorecompat-git/PKGBUILD +++ b/mingw-w64-winstorecompat-git/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 _commit='ab0fa5ad3c67d634fd7754d9473d1bb7051f9bf0' pkgdesc="MinGW-w64 winRT compat library" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 89eeaad027..924148a0b7 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 d6f10ecc1a..456434f70f 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 b1ab4612fb..72328c80d3 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') 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 90902c124b..bf304b31c5 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' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url='https://facebook.github.io/zstd/' license=('BSD') makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"