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")