python-scandir: enable for clangarm64

This commit is contained in:
Dennis Ameling
2021-12-15 20:55:52 +01:00
parent 72f9d7602e
commit 8e4dc1ddf4

View File

@@ -11,7 +11,7 @@ pkgrel=2
pkgdesc="A better directory iterator and faster os.walk() (mingw-w64)"
url="https://github.com/benhoyt/scandir"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
license=('BSD')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")