From cd55e40fdf178556cffaf9fc42eb7a3ebf7da19f Mon Sep 17 00:00:00 2001 From: Dennis Ameling Date: Wed, 15 Dec 2021 20:57:12 +0100 Subject: [PATCH] python-pathlib2: enable for clangarm64 --- mingw-w64-python-pathlib2/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-pathlib2/PKGBUILD b/mingw-w64-python-pathlib2/PKGBUILD index 92a436ca66..cfa73a516c 100644 --- a/mingw-w64-python-pathlib2/PKGBUILD +++ b/mingw-w64-python-pathlib2/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=2 pkgdesc="This module offers a set of classes featuring all the common operations on paths in an easy, object-oriented way (mingw-w64)" url="https://pypi.org/project/pathlib2/" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-scandir")