python-contextlib2: enable for clangarm64

This commit is contained in:
Dennis Ameling
2021-12-15 20:58:36 +01:00
parent cd55e40fdf
commit dfa006b211

View File

@@ -10,7 +10,7 @@ pkgver=0.6.0.post1
pkgrel=2
pkgdesc="contextlib2 is a backport of the standard librarys 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")