From dfa006b2114a39b059365ff16dc02da4ab37ed4c Mon Sep 17 00:00:00 2001 From: Dennis Ameling Date: Wed, 15 Dec 2021 20:58:36 +0100 Subject: [PATCH] python-contextlib2: enable for clangarm64 --- mingw-w64-python-contextlib2/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-contextlib2/PKGBUILD b/mingw-w64-python-contextlib2/PKGBUILD index 9db7af91b1..98ca4716c0 100644 --- a/mingw-w64-python-contextlib2/PKGBUILD +++ b/mingw-w64-python-contextlib2/PKGBUILD @@ -10,7 +10,7 @@ pkgver=0.6.0.post1 pkgrel=2 pkgdesc="contextlib2 is a backport of the standard library’s contextlib module to earlier Python versions (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url="https://pypi.python.org/pypi/${_pypiname}" license=('PSF') depends=("${MINGW_PACKAGE_PREFIX}-python")