From f7e6a59cf3f28a90b207e7f74ed4449b8a99dfeb Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 31 Jul 2022 16:48:14 +0200 Subject: [PATCH] exceptiongroup: clangarm64 --- mingw-w64-python-exceptiongroup/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-exceptiongroup/PKGBUILD b/mingw-w64-python-exceptiongroup/PKGBUILD index 182175cc89..9b5ee22278 100644 --- a/mingw-w64-python-exceptiongroup/PKGBUILD +++ b/mingw-w64-python-exceptiongroup/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.0.0rc8 pkgrel=1 pkgdesc="Backport of PEP 654 (exception groups) (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url='https://github.com/agronholm/exceptiongroup' license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python")