update makedeps

This commit is contained in:
xiota 2026-01-24 16:13:58 +00:00
parent b5bb28c287
commit 22bc00f3c7
3 changed files with 7 additions and 3 deletions

View file

@ -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

4
.nvchecker.toml Normal file
View file

@ -0,0 +1,4 @@
[ryujinx]
source = "git"
git = "https://git.ryujinx.app/ryubing/ryujinx.git"
exclude_regex = '^[A-Za-z].*'

View file

@ -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"