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

@@ -13,7 +13,7 @@ pkgver=1.0.4
pkgrel=3
pkgdesc="Programmatically open an editor, capture the result (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://github.com/fmoo/python-editor'
license=('Apache')
depends=("${MINGW_PACKAGE_PREFIX}-python")