python-pre-commit: Enable clangarm64

This commit is contained in:
Biswapriyo Nath
2022-09-18 00:07:56 +05:30
parent 58485f7432
commit 38e2b68834
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ pkgver=1.7.0
pkgrel=1
pkgdesc="Node.js virtual environment builder (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://github.com/ekalinin/nodeenv'
license=('BSD')
options=(!strip)