supertuxkart: disable clangarm64

there is missing `mcpp` dependency
This commit is contained in:
Maksim Bondarenkov
2024-04-10 14:47:51 +03:00
committed by GitHub
parent 0d6322eca0
commit 3dc240fcd8

View File

@@ -7,7 +7,7 @@ pkgver=1.4
pkgrel=1
pkgdesc="Kart racing game featuring Tux and his friends (mingw-w64)"
arch=('any')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
mingw_arch=('ucrt64' 'clang64')
url='https://supertuxkart.net'
msys2_repository_url="https://github.com/supertuxkart/stk-code"
license=('spdx:GPL-3.0-or-later')