From 9c4ce2315203762d52fbaeb02e49438f85fabb37 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 11:39:44 +0100 Subject: [PATCH] premake4: enable clangarm64 --- mingw-w64-nanovg/PKGBUILD | 2 +- mingw-w64-premake4/PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mingw-w64-nanovg/PKGBUILD b/mingw-w64-nanovg/PKGBUILD index d374724e43..24265985fc 100644 --- a/mingw-w64-nanovg/PKGBUILD +++ b/mingw-w64-nanovg/PKGBUILD @@ -9,7 +9,7 @@ pkgver=r398.c35e80c pkgrel=2 pkgdesc="Small antialiased vector graphics rendering library for OpenGL (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw64' 'ucrt64' 'clang64') url="https://github.com/memononen/nanovg" license=('spdx:Zlib') makedepends=("git" "${MINGW_PACKAGE_PREFIX}-premake4" "${MINGW_PACKAGE_PREFIX}-cc") diff --git a/mingw-w64-premake4/PKGBUILD b/mingw-w64-premake4/PKGBUILD index f6028f8ee2..9dde4fccf7 100644 --- a/mingw-w64-premake4/PKGBUILD +++ b/mingw-w64-premake4/PKGBUILD @@ -8,9 +8,9 @@ pkgrel=1 pkgdesc="A build configuration tool. Describe your build using Lua and generate \ the project files for your specific toolset (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') -url="https://premake.sourceforge.io/" -license=('GPL') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') +url="https://premake.github.io" +license=('spdx:BSD-3-Clause') makedepends=("${MINGW_PACKAGE_PREFIX}-cc") source=("https://downloads.sourceforge.net/sourceforge/premake/premake-${pkgver}-src.zip") sha256sums=('36536490f8928d8ecde135da80cd8b751ea5bebe50cabba5c0de49cd41cb2780')