diff options
author | xiota | 2024-12-27 16:32:16 +0000 |
---|---|---|
committer | xiota | 2024-12-27 16:32:31 +0000 |
commit | 94c1b38f63a9370b518c94ce1348a2cf52ef761c (patch) | |
tree | 0eb275cc1221af2ebffe6cab5e22ee7890902f97 | |
parent | 00bd4f45678395ed1aef979f635413b41b0b28aa (diff) | |
download | aur-94c1b38f63a9370b518c94ce1348a2cf52ef761c.tar.gz |
1.2.78
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | .nvchecker.toml | 2 | ||||
-rw-r--r-- | PKGBUILD | 6 |
3 files changed, 8 insertions, 8 deletions
@@ -1,8 +1,8 @@ pkgbase = ryujinx pkgdesc = Experimental Nintendo Switch Emulator written in C# - pkgver = 1.2.76 - pkgrel = 2 - url = https://github.com/GreemDev/Ryujinx + pkgver = 1.2.78 + pkgrel = 1 + url = https://github.com/Ryubing/Ryujinx arch = x86_64 license = MIT makedepends = desktop-file-utils @@ -11,7 +11,7 @@ pkgbase = ryujinx depends = zlib options = !strip options = !debug - source = ryujinx-1.2.76.tar.gz::https://github.com/GreemDev/Ryujinx/archive/refs/tags/1.2.76.tar.gz + source = ryujinx-1.2.78.tar.gz::https://github.com/Ryubing/Ryujinx/archive/refs/tags/1.2.78.tar.gz source = PKGBUILD.canary source = PKGBUILD.common source = PKGBUILD.git diff --git a/.nvchecker.toml b/.nvchecker.toml index 588af38a0f72..f1569701cbf4 100644 --- a/.nvchecker.toml +++ b/.nvchecker.toml @@ -1,4 +1,4 @@ [ryujinx] source = "git" -git = "https://github.com/GreemDev/Ryujinx.git" +git = "https://github.com/Ryubing/Ryujinx.git" prefix = "v" @@ -13,10 +13,10 @@ fi _pkgname="ryujinx" pkgname="$_pkgname" -pkgver=1.2.76 -pkgrel=2 +pkgver=1.2.78 +pkgrel=1 pkgdesc="Experimental Nintendo Switch Emulator written in C#" -url="https://github.com/GreemDev/Ryujinx" +url="https://github.com/Ryubing/Ryujinx" license=('MIT') arch=('x86_64') |