upgpkg: dev-1
This commit is contained in:
parent
d4e07a9667
commit
d393c52f0d
2 changed files with 10 additions and 14 deletions
13
.SRCINFO
13
.SRCINFO
|
@ -1,11 +1,12 @@
|
|||
pkgbase = suyu-dev-git
|
||||
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)
|
||||
pkgver = r27167.d02af377d4
|
||||
pkgver = r27175.bd5bdbe6c7
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/suyu-emu/suyu
|
||||
install = suyu-dev-git.install
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = brotli
|
||||
makedepends = boost
|
||||
makedepends = clang
|
||||
makedepends = cmake
|
||||
|
@ -19,10 +20,11 @@ pkgbase = suyu-dev-git
|
|||
makedepends = shaderc
|
||||
makedepends = spirv-headers
|
||||
makedepends = vulkan-headers
|
||||
makedepends = vulkan-utility-libraries
|
||||
makedepends = catch2
|
||||
makedepends = rapidjson
|
||||
depends = brotli
|
||||
depends = enet
|
||||
depends = llvm-libs
|
||||
depends = gcc-libs
|
||||
depends = glibc
|
||||
depends = hicolor-icon-theme
|
||||
|
@ -34,7 +36,6 @@ pkgbase = suyu-dev-git
|
|||
depends = libopus.so
|
||||
depends = libspeexdsp.so
|
||||
depends = libssl.so
|
||||
depends = libswscale.so
|
||||
depends = libusb-1.0.so
|
||||
depends = libva.so
|
||||
depends = libzstd.so
|
||||
|
@ -43,12 +44,8 @@ pkgbase = suyu-dev-git
|
|||
depends = qt5-multimedia
|
||||
depends = qt5-webengine
|
||||
depends = sdl2
|
||||
depends = vulkan-utility-libraries
|
||||
depends = zlib
|
||||
provides = suyu
|
||||
conflicts = yuzu
|
||||
conflicts = yuzu-early-access-appimage
|
||||
conflicts = yuzu-early-access-git
|
||||
options = !debug
|
||||
options = lto
|
||||
source = git+https://gitlab.com/suyu-emu/suyu.git#branch=dev
|
||||
|
|
11
PKGBUILD
11
PKGBUILD
|
@ -3,18 +3,17 @@
|
|||
_pkgname=suyu
|
||||
_branch=dev
|
||||
pkgname=suyu-dev-git
|
||||
pkgver=r27167.d02af377d4
|
||||
pkgver=r27175.bd5bdbe6c7
|
||||
pkgrel=1
|
||||
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)"
|
||||
arch=(x86_64)
|
||||
url=https://gitlab.com/suyu-emu/suyu
|
||||
license=(GPL3)
|
||||
license=(GPL-2.0-or-later)
|
||||
provides=('suyu')
|
||||
install=$pkgname.install
|
||||
conflicts=(yuzu yuzu-early-access-appimage yuzu-early-access-git)
|
||||
depends=(
|
||||
brotli
|
||||
enet
|
||||
llvm-libs
|
||||
gcc-libs
|
||||
glibc
|
||||
hicolor-icon-theme
|
||||
|
@ -26,7 +25,6 @@ depends=(
|
|||
libopus.so
|
||||
libspeexdsp.so
|
||||
libssl.so
|
||||
libswscale.so
|
||||
libusb-1.0.so
|
||||
libva.so
|
||||
libzstd.so
|
||||
|
@ -35,10 +33,10 @@ depends=(
|
|||
qt5-multimedia
|
||||
qt5-webengine
|
||||
sdl2
|
||||
vulkan-utility-libraries
|
||||
zlib
|
||||
)
|
||||
makedepends=(
|
||||
brotli
|
||||
boost
|
||||
clang
|
||||
cmake
|
||||
|
@ -52,6 +50,7 @@ makedepends=(
|
|||
shaderc
|
||||
spirv-headers
|
||||
vulkan-headers
|
||||
vulkan-utility-libraries
|
||||
catch2
|
||||
rapidjson
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue