Enable clang32 for more packages.

This commit is contained in:
Jeremy Drake
2021-08-21 14:17:54 -07:00
parent 9e08be3f07
commit e669538101
87 changed files with 87 additions and 87 deletions

View File

@@ -10,7 +10,7 @@ pkgver=0.5.1
pkgrel=2
pkgdesc="A Python package for describing statistical models and for building design matrices (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url="https://github.com/pydata/patsy"
license=('BSD')
depends=("${MINGW_PACKAGE_PREFIX}-python-numpy")