From 864487d3f7a2130991fc0057b18b5dadf11a8ae8 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Tue, 5 Mar 2024 22:26:48 -0300 Subject: [PATCH] Update git links --- .SRCINFO | 10 +++++----- PKGBUILD | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3d8df48..f57eb39 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -2,7 +2,7 @@ pkgbase = suyu-git pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator pkgver = r27058.9cee46b38 pkgrel = 1 - url = https://gitlab.com/suyu2/suyu + url = https://gitlab.com/suyu-emu/suyu arch = x86_64 license = GPL3 makedepends = boost @@ -43,16 +43,16 @@ pkgbase = suyu-git depends = vulkan-utility-libraries depends = zlib options = !debug - source = git+https://gitlab.com/suyu2/suyu.git + source = git+https://gitlab.com/suyu-emu/suyu.git source = git+https://github.com/arsenm/sanitizers-cmake.git source = git+https://github.com/yhirose/cpp-httplib.git source = git+https://github.com/arun11299/cpp-jwt.git source = git+https://github.com/mozilla/cubeb.git - source = git+https://gitlab.com/suyu2/dynarmic.git + source = git+https://gitlab.com/suyu-emu/dynarmic.git source = git+https://github.com/bylaws/libadrenotools.git - source = git+https://gitlab.com/suyu2/mbedtls.git + source = git+https://gitlab.com/suyu-emu/mbedtls.git source = git+https://github.com/brofield/simpleini.git - source = git+https://gitlab.com/suyu2/sirit.git + source = git+https://gitlab.com/suyu-emu/sirit.git source = git+https://github.com/KhronosGroup/SPIRV-Headers.git source = git+https://github.com/eggert/tz.git source = git+https://github.com/lat9nq/tzdb_to_nx.git diff --git a/PKGBUILD b/PKGBUILD index 29f836b..1f70adf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgver=r27058.9cee46b38 pkgrel=1 pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator" arch=(x86_64) -url=https://gitlab.com/suyu2/suyu +url=https://gitlab.com/suyu-emu/suyu license=(GPL3) depends=( brotli @@ -52,16 +52,16 @@ makedepends=( options=(!debug) _tag=d32620fe796f9cd90e8e5660deb0fc8f4decd61f source=( - git+https://gitlab.com/suyu2/suyu.git + git+https://gitlab.com/suyu-emu/suyu.git git+https://github.com/arsenm/sanitizers-cmake.git git+https://github.com/yhirose/cpp-httplib.git git+https://github.com/arun11299/cpp-jwt.git git+https://github.com/mozilla/cubeb.git - git+https://gitlab.com/suyu2/dynarmic.git + git+https://gitlab.com/suyu-emu/dynarmic.git git+https://github.com/bylaws/libadrenotools.git - git+https://gitlab.com/suyu2/mbedtls.git + git+https://gitlab.com/suyu-emu/mbedtls.git git+https://github.com/brofield/simpleini.git - git+https://gitlab.com/suyu2/sirit.git + git+https://gitlab.com/suyu-emu/sirit.git git+https://github.com/KhronosGroup/SPIRV-Headers.git git+https://github.com/eggert/tz.git git+https://github.com/lat9nq/tzdb_to_nx.git @@ -126,7 +126,7 @@ build() { cmake -S suyu -B build -G Ninja \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_REPOSITORY=suyu2/suyu \ + -DBUILD_REPOSITORY=suyu-emu/suyu \ -DBUILD_TAG=${pkgver} \ -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ -DENABLE_QT6=OFF \