From f42560870ca8e6ec7ca442e5cdf8f92575940f51 Mon Sep 17 00:00:00 2001 From: Hernan Martinez Date: Thu, 17 Apr 2025 20:52:03 -0600 Subject: [PATCH] bscan-spi-bitstreams: Enable aarch64 builds --- mingw-w64-bscan-spi-bitstreams/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-bscan-spi-bitstreams/PKGBUILD b/mingw-w64-bscan-spi-bitstreams/PKGBUILD index 9bd226e7fa..0c66b73a8a 100644 --- a/mingw-w64-bscan-spi-bitstreams/PKGBUILD +++ b/mingw-w64-bscan-spi-bitstreams/PKGBUILD @@ -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")