add clang32 to more packages.

All packages which successfully built on clang64, for which all of their
dependencies are already available for clang32.
This commit is contained in:
Jeremy Drake
2021-06-17 17:04:00 -07:00
parent 8f76e65b99
commit 37a2037ae6
511 changed files with 511 additions and 511 deletions

View File

@@ -7,7 +7,7 @@ pkgver=1.3
pkgrel=1
pkgdesc="Helper to test command-line scripts (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url='https://pypi.org/project/scripttest/'
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python")