diff --git a/mingw-w64-jolt-physics/PKGBUILD b/mingw-w64-jolt-physics/PKGBUILD index f745a3ae88..a6ad2b42c2 100644 --- a/mingw-w64-jolt-physics/PKGBUILD +++ b/mingw-w64-jolt-physics/PKGBUILD @@ -7,7 +7,7 @@ pkgver=5.2.0 pkgrel=1 pkgdesc="A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. (mingw-w64)" arch=('any') -mingw_arch=('mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://github.com/jrouwe/JoltPhysics" license=('spdx:MIT') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")