From 5214e44963f4a1db97477164fa38d7c9a10b20bd Mon Sep 17 00:00:00 2001 From: Fijxu Date: Wed, 6 Mar 2024 15:25:42 -0300 Subject: [PATCH] Use master branch, add provides=(suyu), add conflicts --- .SRCINFO | 10 +++++++--- PKGBUILD | 8 +++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f57eb39..22a5744 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = suyu-git - pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator - pkgver = r27058.9cee46b38 + pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (master branch) + pkgver = r27087.c15523798 pkgrel = 1 url = https://gitlab.com/suyu-emu/suyu arch = x86_64 @@ -42,8 +42,12 @@ pkgbase = suyu-git depends = sdl2 depends = vulkan-utility-libraries depends = zlib + provides = suyu + conflicts = yuzu + conflicts = yuzu-early-access-appimage + conflicts = yuzu-early-access-git options = !debug - source = git+https://gitlab.com/suyu-emu/suyu.git + source = git+https://gitlab.com/suyu-emu/suyu.git#branch=master 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 diff --git a/PKGBUILD b/PKGBUILD index 1f70adf..b59654f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,12 +2,14 @@ _pkgname=suyu pkgname=suyu-git -pkgver=r27058.9cee46b38 +pkgver=r27087.c15523798 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 (master branch)" arch=(x86_64) url=https://gitlab.com/suyu-emu/suyu license=(GPL3) +provides=(suyu) +conflicts=(yuzu yuzu-early-access-appimage yuzu-early-access-git) depends=( brotli enet @@ -52,7 +54,7 @@ makedepends=( options=(!debug) _tag=d32620fe796f9cd90e8e5660deb0fc8f4decd61f source=( - git+https://gitlab.com/suyu-emu/suyu.git + git+https://gitlab.com/suyu-emu/suyu.git#branch=master git+https://github.com/arsenm/sanitizers-cmake.git git+https://github.com/yhirose/cpp-httplib.git git+https://github.com/arun11299/cpp-jwt.git