This commit is contained in:
xiota 2024-06-17 04:06:59 +00:00
parent cb334b59bc
commit 304952fc82
2 changed files with 5 additions and 5 deletions

View file

@ -1,16 +1,16 @@
pkgbase = ryujinx
pkgdesc = Experimental Nintendo Switch Emulator written in C#
pkgver = 1.1.1321
pkgver = 1.1.1334
pkgrel = 1
url = https://github.com/Ryujinx/Ryujinx
install = ryujinx.install
arch = x86_64
license = MIT
makedepends = desktop-file-utils
makedepends = dotnet-sdk>=8.0.5.sdk300
makedepends = dotnet-sdk>=8.0.6.sdk302
options = !strip
options = !debug
source = ryujinx-1.1.1321.tar.gz::https://github.com/Ryujinx/Ryujinx/archive/1.1.1321.tar.gz
source = ryujinx-1.1.1334.tar.gz::https://github.com/Ryujinx/Ryujinx/archive/1.1.1334.tar.gz
sha256sums = SKIP
pkgname = ryujinx

View file

@ -16,7 +16,7 @@ unset _pkgtype
## basic info
_pkgname="ryujinx"
pkgname="$_pkgname${_pkgtype:-}"
pkgver=1.1.1321
pkgver=1.1.1334
pkgrel=1
pkgdesc="Experimental Nintendo Switch Emulator written in C#"
url="https://github.com/Ryujinx/Ryujinx"
@ -27,7 +27,7 @@ arch=(x86_64)
_main_package() {
makedepends=(
'desktop-file-utils'
'dotnet-sdk>=8.0.5.sdk300' # AUR: dotnet-core-bin
'dotnet-sdk>=8.0.6.sdk302' # AUR: dotnet-core-bin
)
options=('!strip' '!debug')