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

View file

@ -16,7 +16,7 @@ pkgdesc="The .NET $_pkgver_macro SDK"
# 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"
makedepends="dotnet$_pkgver_name-runtime-bootstrap=$_bldver"