Enable clang32 for all packages already in the repo

This commit is contained in:
Christoph Reiter
2021-04-25 15:26:34 +02:00
parent 841fdace5f
commit 977d3b5e02
115 changed files with 115 additions and 115 deletions

View File

@@ -13,7 +13,7 @@ pkgdesc="Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
url='https://pypi.python.org/pypi/ndg-httpsclient'
license=('BSD')
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
depends=("${MINGW_PACKAGE_PREFIX}-python-pyopenssl"
"${MINGW_PACKAGE_PREFIX}-python-pyasn1")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")