1.1.1297
This commit is contained in:
parent
e1a995dbe0
commit
2d421d72b9
2 changed files with 3 additions and 3 deletions
4
.SRCINFO
Executable file → Normal file
4
.SRCINFO
Executable file → Normal file
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = ryujinx
|
pkgbase = ryujinx
|
||||||
pkgdesc = Experimental Nintendo Switch Emulator written in C#
|
pkgdesc = Experimental Nintendo Switch Emulator written in C#
|
||||||
pkgver = 1.1.1284
|
pkgver = 1.1.1297
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Ryujinx/Ryujinx
|
url = https://github.com/Ryujinx/Ryujinx
|
||||||
install = ryujinx.install
|
install = ryujinx.install
|
||||||
|
@ -10,7 +10,7 @@ pkgbase = ryujinx
|
||||||
makedepends = dotnet-sdk>=8.0.4.sdk204
|
makedepends = dotnet-sdk>=8.0.4.sdk204
|
||||||
options = !strip
|
options = !strip
|
||||||
options = !debug
|
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
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = ryujinx
|
pkgname = ryujinx
|
||||||
|
|
2
PKGBUILD
Executable file → Normal file
2
PKGBUILD
Executable file → Normal file
|
@ -16,7 +16,7 @@ unset _pkgtype
|
||||||
## basic info
|
## basic info
|
||||||
_pkgname="ryujinx"
|
_pkgname="ryujinx"
|
||||||
pkgname="$_pkgname${_pkgtype:-}"
|
pkgname="$_pkgname${_pkgtype:-}"
|
||||||
pkgver=1.1.1284
|
pkgver=1.1.1297
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Experimental Nintendo Switch Emulator written in C#"
|
pkgdesc="Experimental Nintendo Switch Emulator written in C#"
|
||||||
url="https://github.com/Ryujinx/Ryujinx"
|
url="https://github.com/Ryujinx/Ryujinx"
|
||||||
|
|
Loading…
Reference in a new issue