This commit is contained in:
xiota 2024-05-07 04:11:15 +00:00
parent e1a995dbe0
commit 2d421d72b9
2 changed files with 3 additions and 3 deletions

4
.SRCINFO Executable file → Normal file
View file

@ -1,6 +1,6 @@
pkgbase = ryujinx
pkgdesc = Experimental Nintendo Switch Emulator written in C#
pkgver = 1.1.1284
pkgver = 1.1.1297
pkgrel = 1
url = https://github.com/Ryujinx/Ryujinx
install = ryujinx.install
@ -10,7 +10,7 @@ pkgbase = ryujinx
makedepends = dotnet-sdk>=8.0.4.sdk204
options = !strip
options = !debug
source = ryujinx-1.1.1284.tar.gz::https://github.com/Ryujinx/Ryujinx/archive/1.1.1284.tar.gz
source = ryujinx-1.1.1297.tar.gz::https://github.com/Ryujinx/Ryujinx/archive/1.1.1297.tar.gz
sha256sums = SKIP
pkgname = ryujinx

2
PKGBUILD Executable file → Normal file
View file

@ -16,7 +16,7 @@ unset _pkgtype
## basic info
_pkgname="ryujinx"
pkgname="$_pkgname${_pkgtype:-}"
pkgver=1.1.1284
pkgver=1.1.1297
pkgrel=1
pkgdesc="Experimental Nintendo Switch Emulator written in C#"
url="https://github.com/Ryujinx/Ryujinx"