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

@@ -11,7 +11,7 @@ pkgver=3.3.4
pkgrel=4
pkgdesc="A python plotting library, making publication quality plots (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url='https://matplotlib.org/'
license=('custom')
depends=("${MINGW_PACKAGE_PREFIX}-python-pytz"