From 6be737f9e477a8c642fd22848a58bdb342d50598 Mon Sep 17 00:00:00 2001 From: CrafterPika Date: Wed, 19 Feb 2025 12:37:50 +0100 Subject: [PATCH] update github url --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 518656f..85c2635 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,11 +2,11 @@ ## basic info pkgname="ryujinx-canary-bin" -pkgver=1.2.30 +pkgver=1.2.404 _pkgver="$(python3 ./autofetch.py -v)" pkgrel=1 pkgdesc="Experimental Nintendo Switch Emulator written in C# (GreemDev Fork)" -url="https://github.com/GreemDev/Ryujinx" +url="https://github.com/Ryubing/Ryujinx" license=('MIT') arch=('x86_64') depends=('dotnet-runtime')