From 38a331c8fa7552b87ca4528b223b05bfbdfdba44 Mon Sep 17 00:00:00 2001 From: Hernan Martinez Date: Wed, 10 Aug 2022 22:53:57 -0600 Subject: [PATCH] libcdr: Enable aarch64 builds --- mingw-w64-libcdr/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-libcdr/PKGBUILD b/mingw-w64-libcdr/PKGBUILD index 54067d265e..59c3d0613b 100644 --- a/mingw-w64-libcdr/PKGBUILD +++ b/mingw-w64-libcdr/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.1.7 pkgrel=3 pkgdesc="libcdr is a library and a set of tools for reading and converting binary files produced by Corel DRAW (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') license=('MPL2') url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr" options=('staticlibs' 'strip')