python-bcrypt: enable clangarm64

This commit is contained in:
مهدي شينون (Mehdi Chinoune)
2022-10-17 07:03:25 +01:00
parent a22308104e
commit 19a55e7002
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ pkgver=4.0.1
pkgrel=1
pkgdesc="Modern password hashing for your software and your servers (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/pyca/bcrypt/'
license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-python")

View File

@@ -13,7 +13,7 @@ pkgver=3.2.2
pkgrel=2
pkgdesc="Modern password hashing for your software and your servers (mingw-w64)"
arch=('any')
mingw_arch=('clang32' 'clangarm64')
mingw_arch=('clang32')
url='https://github.com/pyca/bcrypt/'
license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-python"