mirror of
https://git.suyu.dev/suyu/suyu-dev-git_PKGBUILD
synced 2024-11-21 14:29:13 -07:00
Use master branch, add provides=(suyu), add conflicts
This commit is contained in:
parent
864487d3f7
commit
5214e44963
2 changed files with 12 additions and 6 deletions
10
.SRCINFO
10
.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
|
||||
|
|
8
PKGBUILD
8
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
|
||||
|
|
Loading…
Reference in a new issue