Enable clangarm64 for some python packages

This commit is contained in:
Biswapriyo Nath
2022-11-27 08:56:21 +05:30
parent c25eae5f49
commit 63ebc6058d
20 changed files with 20 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ pkgver=2.4.2
pkgrel=2
pkgdesc="Extra features for standard library's cmd module (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://github.com/python-cmd2/cmd2'
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python-attrs"