Enable clangarm64 for bootstrap packages

This commit is contained in:
Christoph Reiter
2021-05-13 16:17:13 +02:00
parent 3056626a85
commit a80fe5efc4
115 changed files with 115 additions and 115 deletions

View File

@@ -10,7 +10,7 @@ pkgver=1.1.4
pkgrel=1
pkgdesc="Sphinx extension which outputs "serialized" HTML files (json and pickle) (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
license=('BSD')
url="https://github.com/sphinx-doc/sphinxcontrib-serializinghtml"
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")