mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
update makedeps
This commit is contained in:
parent
b5bb28c287
commit
22bc00f3c7
3 changed files with 7 additions and 3 deletions
2
.SRCINFO
2
.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
|
||||
|
|
|
|||
4
.nvchecker.toml
Normal file
4
.nvchecker.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[ryujinx]
|
||||
source = "git"
|
||||
git = "https://git.ryujinx.app/ryubing/ryujinx.git"
|
||||
exclude_regex = '^[A-Za-z].*'
|
||||
4
PKGBUILD
4
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue