From c2644143b7dc2d7118e93137aac33fdd57d9083c Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 24 Dec 2023 09:20:42 +0100 Subject: [PATCH] notepad++: disable clangarm64 Fails with: notepad-plus-plus-8.6/PowerEditor/gcc/makefile:79: *** aarch64 build is unsupported. Stop. --- mingw-w64-notepad++/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-notepad++/PKGBUILD b/mingw-w64-notepad++/PKGBUILD index ea70629527aef..80dfd87ebdc8d 100644 --- a/mingw-w64-notepad++/PKGBUILD +++ b/mingw-w64-notepad++/PKGBUILD @@ -4,7 +4,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=8.6 pkgrel=1 arch=('any') -mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64') pkgdesc="Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages." license=("spdx:GPL-3.0-or-later") url="https://notepad-plus-plus.org/"