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 @@ pkgver=0.3.1
pkgrel=2
pkgdesc="Non-validating SQL parser for Python (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url='https://github.com/andialbrecht/sqlparse'
license=('BSD')
depends=("${MINGW_PACKAGE_PREFIX}-python")