diff --git a/mingw-w64-python-debugpy/PKGBUILD b/mingw-w64-python-debugpy/PKGBUILD index 0cf7810cd6..9cc238ed8f 100644 --- a/mingw-w64-python-debugpy/PKGBUILD +++ b/mingw-w64-python-debugpy/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.6.3 pkgrel=1 pkgdesc="An implementation of the Debug Adapter Protocol for Python (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url='https://github.com/microsoft/debugpy' license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python") diff --git a/mingw-w64-python-pyzmq/PKGBUILD b/mingw-w64-python-pyzmq/PKGBUILD index 463e85c345..205f1841d0 100644 --- a/mingw-w64-python-pyzmq/PKGBUILD +++ b/mingw-w64-python-pyzmq/PKGBUILD @@ -10,7 +10,7 @@ pkgver=24.0.1 pkgrel=1 pkgdesc="Python bindings for zeromq, written in Cython (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url="https://www.zeromq.org/languages/python" license=('spdx:LGPL-3.0-or-later' 'spdx:BSD-3-Clause') depends=("${MINGW_PACKAGE_PREFIX}-python"