Enable clang64 for all packages already in the repo

This commit is contained in:
Christoph Reiter
2021-04-23 13:26:01 +02:00
parent f8de195c7b
commit 58acb56691
113 changed files with 113 additions and 114 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')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
depends=("${MINGW_PACKAGE_PREFIX}-python-pyopenssl"
"${MINGW_PACKAGE_PREFIX}-python-pyasn1")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")