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

@@ -10,7 +10,7 @@ pkgdesc="A Python library that parses CSS3 Selectors and translates them to XPat
pkgver=1.1.0
pkgrel=1
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
license=('BSD')
url="https://pypi.python.org/pypi/cssselect"
depends=("${MINGW_PACKAGE_PREFIX}-python")