bscan-spi-bitstreams: Enable aarch64 builds

This commit is contained in:
Hernan Martinez 2025-04-17 20:52:03 -06:00
parent ac8ad89eb5
commit f42560870c
No known key found for this signature in database
GPG Key ID: 71A1D8ABDDEB6807

View File

@ -7,7 +7,7 @@ pkgver=1.0
pkgrel=1
pkgdesc="JTAG-SPI proxy bitstreams to be used with the OpenOCD jtagspi flash driver (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/quartiq/bscan_spi_bitstreams"
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-openocd")