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
|
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 (master branch)
|
||||||
pkgver = r27058.9cee46b38
|
pkgver = r27087.c15523798
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://gitlab.com/suyu-emu/suyu
|
url = https://gitlab.com/suyu-emu/suyu
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -42,8 +42,12 @@ pkgbase = suyu-git
|
||||||
depends = sdl2
|
depends = sdl2
|
||||||
depends = vulkan-utility-libraries
|
depends = vulkan-utility-libraries
|
||||||
depends = zlib
|
depends = zlib
|
||||||
|
provides = suyu
|
||||||
|
conflicts = yuzu
|
||||||
|
conflicts = yuzu-early-access-appimage
|
||||||
|
conflicts = yuzu-early-access-git
|
||||||
options = !debug
|
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/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
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -2,12 +2,14 @@
|
||||||
|
|
||||||
_pkgname=suyu
|
_pkgname=suyu
|
||||||
pkgname=suyu-git
|
pkgname=suyu-git
|
||||||
pkgver=r27058.9cee46b38
|
pkgver=r27087.c15523798
|
||||||
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 (master branch)"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url=https://gitlab.com/suyu-emu/suyu
|
url=https://gitlab.com/suyu-emu/suyu
|
||||||
license=(GPL3)
|
license=(GPL3)
|
||||||
|
provides=(suyu)
|
||||||
|
conflicts=(yuzu yuzu-early-access-appimage yuzu-early-access-git)
|
||||||
depends=(
|
depends=(
|
||||||
brotli
|
brotli
|
||||||
enet
|
enet
|
||||||
|
@ -52,7 +54,7 @@ makedepends=(
|
||||||
options=(!debug)
|
options=(!debug)
|
||||||
_tag=d32620fe796f9cd90e8e5660deb0fc8f4decd61f
|
_tag=d32620fe796f9cd90e8e5660deb0fc8f4decd61f
|
||||||
source=(
|
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/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
|
||||||
|
|
Loading…
Reference in a new issue