add clang32 to more packages.

All packages which successfully built on clang64, for which all of their
dependencies are already available for clang32.

Batch 2
This commit is contained in:
Jeremy Drake
2021-06-19 13:38:11 -07:00
parent 8c06a16476
commit 8ea893728c
262 changed files with 262 additions and 262 deletions

View File

@@ -7,7 +7,7 @@ pkgver=0.4.0
pkgrel=1
pkgdesc='Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url="https://github.com/google/python-fire"
license=('Apache 2.0')
depends=("${MINGW_PACKAGE_PREFIX}-python-termcolor")