This commit is contained in:
xiota 2024-09-02 04:49:55 +00:00
parent 0411036546
commit ddbdaa9c02
3 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ryujinx
pkgdesc = Experimental Nintendo Switch Emulator written in C#
pkgver = 1.1.1361
pkgver = 1.1.1385
pkgrel = 1
url = https://github.com/Ryujinx/Ryujinx
install = ryujinx.install
@ -13,7 +13,7 @@ pkgbase = ryujinx
options = !strip
options = !debug
options = emptydirs
source = ryujinx-1.1.1361.tar.gz::https://github.com/Ryujinx/Ryujinx/archive/1.1.1361.tar.gz
source = ryujinx-1.1.1385.tar.gz::https://github.com/Ryujinx/Ryujinx/archive/1.1.1385.tar.gz
sha256sums = SKIP
pkgname = ryujinx

4
.nvchecker.toml Normal file
View file

@ -0,0 +1,4 @@
[ryujinx]
source = "git"
git = "https://github.com/Ryujinx/Ryujinx.git"
prefix = "v"

View file

@ -9,7 +9,7 @@ fi
## basic info
_pkgname="ryujinx"
pkgname="$_pkgname"
pkgver=1.1.1361
pkgver=1.1.1385
pkgrel=1
pkgdesc="Experimental Nintendo Switch Emulator written in C#"
url="https://github.com/Ryujinx/Ryujinx"