exceptiongroup: clangarm64

This commit is contained in:
Christoph Reiter
2022-07-31 16:48:14 +02:00
committed by GitHub
parent 1b1315b56a
commit f7e6a59cf3

View File

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