From 227d34c1957a5774bd2ba80c319e78aef4ea0660 Mon Sep 17 00:00:00 2001 From: jeremyd2019 Date: Tue, 26 Dec 2023 09:47:08 -0800 Subject: [PATCH] typst: enable clangarm64 it has a high likelihood of succeeding now, it looks like they updated to ring 0.17.x --- mingw-w64-typst/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-typst/PKGBUILD b/mingw-w64-typst/PKGBUILD index d818ba6121..95e195c811 100644 --- a/mingw-w64-typst/PKGBUILD +++ b/mingw-w64-typst/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.10.0 pkgrel=1 pkgdesc='A markup-based typesetting system for the sciences (mingw-w64)' arch=('any') -mingw_arch=('mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://typst.app/' license=('spdx:Apache-2.0') makedepends=("${MINGW_PACKAGE_PREFIX}-rust")