From 6733b6cc285d46d4f094f7d372b5cdc8370e91cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Thu, 17 Apr 2025 13:10:29 +0100 Subject: [PATCH] opengl-man-pages: enable clangarm64. --- mingw-w64-opengl-man-pages/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-opengl-man-pages/PKGBUILD b/mingw-w64-opengl-man-pages/PKGBUILD index ea91dda20d..3998402f83 100644 --- a/mingw-w64-opengl-man-pages/PKGBUILD +++ b/mingw-w64-opengl-man-pages/PKGBUILD @@ -8,7 +8,7 @@ _commit=9813a5569411cad5250d719a9efed2fac732e56f pkgrel=1 pkgdesc="OpenGL Man Pages - OpenGL 4.x (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://github.com/KhronosGroup/OpenGL-Refpages" license=('custom') makedepends=("${MINGW_PACKAGE_PREFIX}-docbook5-xml"