fastjsonschema: restore mingw32

meson was using it in CI
This commit is contained in:
Christoph Reiter
2024-07-11 20:45:37 +02:00
parent 33bc86140c
commit 2159c6d4ce

View File

@@ -7,7 +7,7 @@ pkgver=2.20.0
pkgrel=1
pkgdesc='Fast JSON schema validator for Python (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64' 'mingw32')
msys2_references=(
'pypi: fastjsonschema'
)