This commit is contained in:
Antoine Martin 2023-11-30 09:19:02 -05:00
parent 71264fb652
commit 3fdba11a27
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -32,7 +32,7 @@ pkgdesc="The .NET $_pkgver_macro Core runtime"
# armhf: blocked by https://github.com/dotnet/runtime/issues/77663
# riscv64: blocked by https://github.com/dotnet/runtime/issues/84834
# s390x | ppc64le: mono-based runtime still has issues on musl
arch="all !x86 !armhf !riscv64 !s390x !ppc64le"
arch="all !x86 !armhf !riscv64"
url=https://dotnet.microsoft.com
license="MIT"
provides="dotnet$_pkgver_name=$pkgver-r$pkgrel"