From 8e4dc1ddf44eabc0c2a314da9a54ebcb2ea0d3cb Mon Sep 17 00:00:00 2001 From: Dennis Ameling Date: Wed, 15 Dec 2021 20:55:52 +0100 Subject: [PATCH] python-scandir: enable for clangarm64 --- mingw-w64-python-scandir/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-scandir/PKGBUILD b/mingw-w64-python-scandir/PKGBUILD index 1fa1a05a2c..d40843f0e0 100644 --- a/mingw-w64-python-scandir/PKGBUILD +++ b/mingw-w64-python-scandir/PKGBUILD @@ -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")