diff --git a/.SRCINFO b/.SRCINFO index c623ba0620f6..7a2b177d73bb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,7 +5,7 @@ pkgbase = ryujinx url = https://git.ryujinx.app/ryubing/ryujinx arch = x86_64 license = MIT - makedepends = dotnet-sdk + makedepends = dotnet-sdk-9.0 makedepends = desktop-file-utils depends = alsa-lib depends = fontconfig diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 000000000000..730bc38e25f9 --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,4 @@ +[ryujinx] +source = "git" +git = "https://git.ryujinx.app/ryubing/ryujinx.git" +exclude_regex = '^[A-Za-z].*' diff --git a/PKGBUILD b/PKGBUILD index 03bcfcbefc11..eeddf56b4e1f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: ## options -#: ${_dotnet_type=-bin} +: ${_dotnet_type=-9.0} : ${_install_path:=usr/lib} : ${_commit=e2143d43bcb6762340d8a01f20e7b5fdf104f02f} @@ -36,7 +36,7 @@ source=("$_pkgname-$pkgver-${_commit::7}.$_pkgext"::"$url/-/archive/$_commit/$_p sha256sums=('SKIP') build() ( - export HOME="$SRCDEST/nuget-home" + export DOTNET_CLI_HOME="$SRCDEST/nuget-home" export DOTNET_CLI_TELEMETRY_OPTOUT=1 local _runtime="linux-x64"