From 63b76be20e30da95f3a7e8fbdcbbcbc8d14b1e7f Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 20 Aug 2022 14:44:08 +0200 Subject: [PATCH] gegl: disable clangarm64 again doesn't build --- mingw-w64-gegl/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-gegl/PKGBUILD b/mingw-w64-gegl/PKGBUILD index b96c89e17e..6f73554fd5 100644 --- a/mingw-w64-gegl/PKGBUILD +++ b/mingw-w64-gegl/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.4.38 pkgrel=2 pkgdesc="Generic Graphics Library (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://gegl.org/" license=('spdx:GPL-3.0-or-later' 'spdx:LGPL-3.0-or-later') makedepends=("${MINGW_PACKAGE_PREFIX}-asciidoc"