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

@@ -10,7 +10,7 @@ conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgdesc="Invoke py.test as distutils command with dependency resolution (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url='https://github.com/pytest-dev/pytest-runner'
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"