From 8c8663bb55eaf0221af38fc108397a23630ff144 Mon Sep 17 00:00:00 2001 From: HurricanePootis Date: Thu, 21 Mar 2024 17:17:22 -0500 Subject: [PATCH] Switch to git.suyu.dev. Delete AUR repo and reclone if problems arrise --- .SRCINFO | 16 ++++++++-------- PKGBUILD | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b908a41..c1b01dd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ pkgbase = suyu-dev-qt6-git pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6) - pkgver = r27265.383a243aa7 + pkgver = r27269.b6ad090424 pkgrel = 1 - url = https://gitlab.com/suyu-emu/suyu + url = https://git.suyu.dev/suyu/suyu install = suyu-dev-qt6-git.install arch = x86_64 license = GPL-3.0-or-later @@ -52,15 +52,15 @@ pkgbase = suyu-dev-qt6-git conflicts = suyu-git options = !debug options = lto - source = git+https://gitlab.com/suyu-emu/suyu.git#branch=dev + source = git+https://git.suyu.dev/suyu/suyu.git#branch=dev source = git+https://github.com/lsalzman/enet.git source = git+https://github.com/mozilla/cubeb.git - source = git+https://gitlab.com/suyu-emu/dynarmic.git + source = git+https://git.suyu.dev/suyu/dynarmic.git source = git+https://github.com/libusb/libusb.git - source = git+https://github.com/suyu-emu/discord-rpc.git + source = git+https://git.suyu.dev/suyu/discord-rpc.git source = git+https://github.com/KhronosGroup/Vulkan-Headers.git - source = git+https://gitlab.com/suyu-emu/sirit.git - source = git+https://gitlab.com/suyu-emu/mbedtls.git + source = git+https://git.suyu.dev/suyu/sirit.git + source = git+https://git.suyu.dev/suyu/mbedtls.git source = git+https://github.com/herumi/xbyak.git source = git+https://github.com/xiph/opus.git source = git+https://github.com/libsdl-org/SDL.git @@ -71,7 +71,7 @@ pkgbase = suyu-dev-qt6-git source = git+https://github.com/bylaws/libadrenotools.git source = git+https://github.com/lat9nq/tzdb_to_nx.git source = git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git - source = git+https://gitlab.com/suyu-emu/breakpad.git + source = git+https://git.suyu.dev/suyu/breakpad.git source = git+https://github.com/brofield/simpleini.git source = git+https://github.com/merryhime/oaknut.git source = git+https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git diff --git a/PKGBUILD b/PKGBUILD index 9d237fa..cdb7193 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,11 +4,11 @@ _pkgname=suyu _branch=dev pkgname=suyu-dev-qt6-git -pkgver=r27265.383a243aa7 +pkgver=r27269.b6ad090424 pkgrel=1 pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)" arch=(x86_64) -url=https://gitlab.com/suyu-emu/suyu +url=https://git.suyu.dev/suyu/suyu license=(GPL-3.0-or-later) provides=('suyu') conflicts=(suyu-dev-git suyu-git) @@ -60,15 +60,15 @@ makedepends=( ) options=(!debug lto) source=( - git+https://gitlab.com/suyu-emu/suyu.git#branch=${_branch} + git+https://git.suyu.dev/suyu/suyu.git#branch=${_branch} git+https://github.com/lsalzman/enet.git git+https://github.com/mozilla/cubeb.git - git+https://gitlab.com/suyu-emu/dynarmic.git + git+https://git.suyu.dev/suyu/dynarmic.git git+https://github.com/libusb/libusb.git - git+https://github.com/suyu-emu/discord-rpc.git + git+https://git.suyu.dev/suyu/discord-rpc.git git+https://github.com/KhronosGroup/Vulkan-Headers.git - git+https://gitlab.com/suyu-emu/sirit.git - git+https://gitlab.com/suyu-emu/mbedtls.git + git+https://git.suyu.dev/suyu/sirit.git + git+https://git.suyu.dev/suyu/mbedtls.git git+https://github.com/herumi/xbyak.git git+https://github.com/xiph/opus.git git+https://github.com/libsdl-org/SDL.git @@ -79,7 +79,7 @@ source=( git+https://github.com/bylaws/libadrenotools.git git+https://github.com/lat9nq/tzdb_to_nx.git git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git - git+https://gitlab.com/suyu-emu/breakpad.git + git+https://git.suyu.dev/suyu/breakpad.git git+https://github.com/brofield/simpleini.git git+https://github.com/merryhime/oaknut.git git+https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git