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
This commit is contained in:
jeremyd2019
2021-10-10 14:22:48 -07:00
committed by GitHub
parent 4756c68ab9
commit a5f2cb8381

View File

@@ -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=(