From dca3e4de862139fdc77f1fe279f157b71cea0658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Mon, 17 Oct 2022 07:03:44 +0100 Subject: [PATCH] python-cryptography: enable clangarm64 --- mingw-w64-python-cryptography/PKGBUILD | 2 +- mingw-w64-python-cryptography3/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-cryptography/PKGBUILD b/mingw-w64-python-cryptography/PKGBUILD index 371dc0268f..50bf0e720b 100644 --- a/mingw-w64-python-cryptography/PKGBUILD +++ b/mingw-w64-python-cryptography/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc="A package designed to expose cryptographic recipes and primitives to Py url='https://github.com/pyca/cryptography' license=('Apache') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-cffi") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" diff --git a/mingw-w64-python-cryptography3/PKGBUILD b/mingw-w64-python-cryptography3/PKGBUILD index 45bddedaa3..fe79544b38 100644 --- a/mingw-w64-python-cryptography3/PKGBUILD +++ b/mingw-w64-python-cryptography3/PKGBUILD @@ -9,7 +9,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=('clang32' 'clangarm64') +mingw_arch=('clang32') provides=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")