From a5f2cb8381f65ddba600ed70425ccf486d48c876 Mon Sep 17 00:00:00 2001 From: jeremyd2019 Date: Sun, 10 Oct 2021 14:22:48 -0700 Subject: [PATCH] pywin32: remove clangarm64 It doesn't build there, apparently it sets up some preprocessor definitions for AMD64. https://github.com/msys2/MINGW-packages/pull/9750#discussion_r725698079 --- mingw-w64-python-pywin32/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-pywin32/PKGBUILD b/mingw-w64-python-pywin32/PKGBUILD index b00c8b51b4..7704a18273 100644 --- a/mingw-w64-python-pywin32/PKGBUILD +++ b/mingw-w64-python-pywin32/PKGBUILD @@ -10,7 +10,7 @@ url='https://sourceforge.net/projects/pywin32' pkgdesc='Python for Windows Extensions (mingw-w64)' license=('PSF') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang32' 'clang64' 'clangarm64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang32' 'clang64') pkgver=301 pkgrel=3 makedepends=(