upgpkg: 1706-1
This commit is contained in:
parent
cb83f40162
commit
05c8ce6715
2 changed files with 7 additions and 4 deletions
5
.SRCINFO
5
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = yuzu
|
pkgbase = yuzu
|
||||||
pkgdesc = Nintendo Switch emulator
|
pkgdesc = Nintendo Switch emulator
|
||||||
pkgver = 1686
|
pkgver = 1706
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://yuzu-emu.org/
|
url = https://yuzu-emu.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -40,9 +40,10 @@ pkgbase = yuzu
|
||||||
depends = qt5-multimedia
|
depends = qt5-multimedia
|
||||||
depends = qt5-webengine
|
depends = qt5-webengine
|
||||||
depends = sdl2
|
depends = sdl2
|
||||||
|
depends = vulkan-utility-libraries
|
||||||
depends = zlib
|
depends = zlib
|
||||||
options = !debug
|
options = !debug
|
||||||
source = git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=69cd041e58d1fddcbefebcf1532a3791c89dc45d
|
source = git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=3c4c4632dc609a6790c508188dc93b5fdec43ef1
|
||||||
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
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: Alexandre Bouvier <contact@amb.tf>
|
# Contributor: Alexandre Bouvier <contact@amb.tf>
|
||||||
|
|
||||||
pkgname=yuzu
|
pkgname=yuzu
|
||||||
pkgver=1686
|
pkgver=1706
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Nintendo Switch emulator'
|
pkgdesc='Nintendo Switch emulator'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -31,6 +31,7 @@ depends=(
|
||||||
qt5-multimedia
|
qt5-multimedia
|
||||||
qt5-webengine
|
qt5-webengine
|
||||||
sdl2
|
sdl2
|
||||||
|
vulkan-utility-libraries
|
||||||
zlib
|
zlib
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
|
@ -49,7 +50,7 @@ makedepends=(
|
||||||
vulkan-headers
|
vulkan-headers
|
||||||
)
|
)
|
||||||
options=(!debug)
|
options=(!debug)
|
||||||
_tag=69cd041e58d1fddcbefebcf1532a3791c89dc45d
|
_tag=3c4c4632dc609a6790c508188dc93b5fdec43ef1
|
||||||
source=(
|
source=(
|
||||||
git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=${_tag}
|
git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=${_tag}
|
||||||
git+https://github.com/arsenm/sanitizers-cmake.git
|
git+https://github.com/arsenm/sanitizers-cmake.git
|
||||||
|
@ -141,6 +142,7 @@ build() {
|
||||||
-DYUZU_USE_BUNDLED_QT=OFF \
|
-DYUZU_USE_BUNDLED_QT=OFF \
|
||||||
-DYUZU_USE_BUNDLED_SDL2=OFF \
|
-DYUZU_USE_BUNDLED_SDL2=OFF \
|
||||||
-DYUZU_USE_EXTERNAL_VULKAN_HEADERS=OFF \
|
-DYUZU_USE_EXTERNAL_VULKAN_HEADERS=OFF \
|
||||||
|
-DYUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES=OFF \
|
||||||
-DYUZU_USE_EXTERNAL_SDL2=OFF \
|
-DYUZU_USE_EXTERNAL_SDL2=OFF \
|
||||||
-DYUZU_USE_FASTER_LD=OFF \
|
-DYUZU_USE_FASTER_LD=OFF \
|
||||||
-DYUZU_USE_PRECOMPILED_HEADERS=OFF \
|
-DYUZU_USE_PRECOMPILED_HEADERS=OFF \
|
||||||
|
|
Loading…
Reference in a new issue