summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-12-27 16:32:16 +0000
committerxiota2024-12-27 16:32:31 +0000
commit94c1b38f63a9370b518c94ce1348a2cf52ef761c (patch)
tree0eb275cc1221af2ebffe6cab5e22ee7890902f97
parent00bd4f45678395ed1aef979f635413b41b0b28aa (diff)
downloadaur-94c1b38f63a9370b518c94ce1348a2cf52ef761c.tar.gz
1.2.78
-rw-r--r--.SRCINFO8
-rw-r--r--.nvchecker.toml2
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ddd9dde275b..ad093d0f3d3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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"
diff --git a/PKGBUILD b/PKGBUILD
index c93830e2d5aa..7c84873ef1a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')