Update git links

This commit is contained in:
Fijxu 2024-03-05 22:26:48 -03:00
parent b054aa8394
commit 864487d3f7
2 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@ pkgbase = suyu-git
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator
pkgver = r27058.9cee46b38 pkgver = r27058.9cee46b38
pkgrel = 1 pkgrel = 1
url = https://gitlab.com/suyu2/suyu url = https://gitlab.com/suyu-emu/suyu
arch = x86_64 arch = x86_64
license = GPL3 license = GPL3
makedepends = boost makedepends = boost
@ -43,16 +43,16 @@ pkgbase = suyu-git
depends = vulkan-utility-libraries depends = vulkan-utility-libraries
depends = zlib depends = zlib
options = !debug 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/arsenm/sanitizers-cmake.git
source = git+https://github.com/yhirose/cpp-httplib.git source = git+https://github.com/yhirose/cpp-httplib.git
source = git+https://github.com/arun11299/cpp-jwt.git source = git+https://github.com/arun11299/cpp-jwt.git
source = git+https://github.com/mozilla/cubeb.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://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://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/KhronosGroup/SPIRV-Headers.git
source = git+https://github.com/eggert/tz.git source = git+https://github.com/eggert/tz.git
source = git+https://github.com/lat9nq/tzdb_to_nx.git source = git+https://github.com/lat9nq/tzdb_to_nx.git

View file

@ -6,7 +6,7 @@ pkgver=r27058.9cee46b38
pkgrel=1 pkgrel=1
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator" pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator"
arch=(x86_64) arch=(x86_64)
url=https://gitlab.com/suyu2/suyu url=https://gitlab.com/suyu-emu/suyu
license=(GPL3) license=(GPL3)
depends=( depends=(
brotli brotli
@ -52,16 +52,16 @@ makedepends=(
options=(!debug) options=(!debug)
_tag=d32620fe796f9cd90e8e5660deb0fc8f4decd61f _tag=d32620fe796f9cd90e8e5660deb0fc8f4decd61f
source=( 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/arsenm/sanitizers-cmake.git
git+https://github.com/yhirose/cpp-httplib.git git+https://github.com/yhirose/cpp-httplib.git
git+https://github.com/arun11299/cpp-jwt.git git+https://github.com/arun11299/cpp-jwt.git
git+https://github.com/mozilla/cubeb.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://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://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/KhronosGroup/SPIRV-Headers.git
git+https://github.com/eggert/tz.git git+https://github.com/eggert/tz.git
git+https://github.com/lat9nq/tzdb_to_nx.git git+https://github.com/lat9nq/tzdb_to_nx.git
@ -126,7 +126,7 @@ build() {
cmake -S suyu -B build -G Ninja \ cmake -S suyu -B build -G Ninja \
-DCMAKE_BUILD_TYPE=None \ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_REPOSITORY=suyu2/suyu \ -DBUILD_REPOSITORY=suyu-emu/suyu \
-DBUILD_TAG=${pkgver} \ -DBUILD_TAG=${pkgver} \
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
-DENABLE_QT6=OFF \ -DENABLE_QT6=OFF \