flag requisite python packages clang32 for flake8

and bump pkgrel to rebuild flake8, after 4d9e92f
This commit is contained in:
Jeremy Drake
2021-06-27 21:04:04 -07:00
parent b8bb267e1f
commit ebd08c1abb
4 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ pkgdesc='simple powerful testing with Python (mingw-w64)'
url='https://pytest.org/'
license=('MIT')
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
depends=("${MINGW_PACKAGE_PREFIX}-python-atomicwrites"
"${MINGW_PACKAGE_PREFIX}-python-attrs"
"${MINGW_PACKAGE_PREFIX}-python-colorama"