python-cryptography: enable clangarm64
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user