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.2.0
pkgrel=2
pkgdesc='ASCII transliterations of Unicode text (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url='https://github.com/avian2/unidecode'
license=('GPL')
depends=("${MINGW_PACKAGE_PREFIX}-python")