From 15dae01fe9cbe29410cb38d3e8b4fd30c2fc2620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= Date: Mon, 28 Nov 2022 12:24:36 +0100 Subject: [PATCH] enable clangarm64 for more python packages --- mingw-w64-python-debugpy/PKGBUILD | 2 +- mingw-w64-python-pyzmq/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"