From 4d5eee954dcb7d729a568811bb363cdbfcacacc8 Mon Sep 17 00:00:00 2001 From: Maxime Gauduin Date: Tue, 18 Jul 2023 11:34:32 +0200 Subject: [PATCH] upgpkg: 1499-1 --- .SRCINFO | 6 ++++-- PKGBUILD | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c65f907..d617d8a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yuzu pkgdesc = Nintendo Switch emulator - pkgver = 1478 + pkgver = 1499 pkgrel = 1 url = https://yuzu-emu.org/ arch = x86_64 @@ -39,7 +39,7 @@ pkgbase = yuzu depends = qt5-webengine depends = sdl2 options = !debug - source = git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=3a991f3aefc57d1424e558517d6a1b745a910609 + source = git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=2461c78e3f9368e4a03b4c27fae207cbb1d9cfff 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 @@ -50,6 +50,7 @@ pkgbase = yuzu source = yuzu-sirit::git+https://github.com/yuzu-emu/sirit.git source = git+https://github.com/eggert/tz.git source = git+https://github.com/lat9nq/tzdb_to_nx.git + source = git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git source = git+https://github.com/herumi/xbyak.git b2sums = SKIP b2sums = SKIP @@ -63,5 +64,6 @@ pkgbase = yuzu b2sums = SKIP b2sums = SKIP b2sums = SKIP + b2sums = SKIP pkgname = yuzu diff --git a/PKGBUILD b/PKGBUILD index de41ea2..9bc378d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Alexandre Bouvier pkgname=yuzu -pkgver=1478 +pkgver=1499 pkgrel=1 pkgdesc='Nintendo Switch emulator' arch=(x86_64) @@ -46,7 +46,7 @@ makedepends=( vulkan-headers ) options=(!debug) -_tag=3a991f3aefc57d1424e558517d6a1b745a910609 +_tag=2461c78e3f9368e4a03b4c27fae207cbb1d9cfff source=( git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=${_tag} git+https://github.com/arsenm/sanitizers-cmake.git @@ -59,6 +59,7 @@ source=( yuzu-sirit::git+https://github.com/yuzu-emu/sirit.git git+https://github.com/eggert/tz.git git+https://github.com/lat9nq/tzdb_to_nx.git + git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git git+https://github.com/herumi/xbyak.git ) b2sums=('SKIP' @@ -72,6 +73,7 @@ b2sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' + 'SKIP' 'SKIP') prepare() { @@ -84,6 +86,7 @@ prepare() { git config submodule.mbedtls.url "${srcdir}"/yuzu-mbedtls git config submodule.sirit.url "${srcdir}"/yuzu-sirit git config submodule.tzdb_to_nx.url "${srcdir}"/tzdb_to_nx + git config submodule.VulkanMemoryAllocator.url "${srcdir}"/VulkanMemoryAllocator git config submodule.xbyak.url "${srcdir}"/xbyak git -c protocol.file.allow=always submodule update