Update package.
This commit is contained in:
parent
ef19f62012
commit
a4afac6dfd
2 changed files with 6 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = suyu-dev-git
|
pkgbase = suyu-dev-git
|
||||||
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)
|
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)
|
||||||
pkgver = r27098.b92e62988
|
pkgver = r27167.d02af377d4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://gitlab.com/suyu-emu/suyu
|
url = https://gitlab.com/suyu-emu/suyu
|
||||||
install = suyu-dev-git.install
|
install = suyu-dev-git.install
|
||||||
|
@ -19,6 +19,7 @@ pkgbase = suyu-dev-git
|
||||||
makedepends = shaderc
|
makedepends = shaderc
|
||||||
makedepends = spirv-headers
|
makedepends = spirv-headers
|
||||||
makedepends = vulkan-headers
|
makedepends = vulkan-headers
|
||||||
|
makedepends = catch2
|
||||||
depends = brotli
|
depends = brotli
|
||||||
depends = enet
|
depends = enet
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
|
@ -48,6 +49,7 @@ pkgbase = suyu-dev-git
|
||||||
conflicts = yuzu-early-access-appimage
|
conflicts = yuzu-early-access-appimage
|
||||||
conflicts = yuzu-early-access-git
|
conflicts = yuzu-early-access-git
|
||||||
options = !debug
|
options = !debug
|
||||||
|
options = lto
|
||||||
source = git+https://gitlab.com/suyu-emu/suyu.git#branch=dev
|
source = git+https://gitlab.com/suyu-emu/suyu.git#branch=dev
|
||||||
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
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
_pkgname=suyu
|
_pkgname=suyu
|
||||||
_branch=dev
|
_branch=dev
|
||||||
pkgname=suyu-dev-git
|
pkgname=suyu-dev-git
|
||||||
pkgver=r27098.b92e62988
|
pkgver=r27167.d02af377d4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)"
|
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -52,9 +52,9 @@ makedepends=(
|
||||||
shaderc
|
shaderc
|
||||||
spirv-headers
|
spirv-headers
|
||||||
vulkan-headers
|
vulkan-headers
|
||||||
|
catch2
|
||||||
)
|
)
|
||||||
options=(!debug)
|
options=(!debug lto)
|
||||||
_tag=d32620fe796f9cd90e8e5660deb0fc8f4decd61f
|
|
||||||
source=(
|
source=(
|
||||||
git+https://gitlab.com/suyu-emu/suyu.git#branch=${_branch}
|
git+https://gitlab.com/suyu-emu/suyu.git#branch=${_branch}
|
||||||
git+https://github.com/arsenm/sanitizers-cmake.git
|
git+https://github.com/arsenm/sanitizers-cmake.git
|
||||||
|
|
Loading…
Reference in a new issue