From aaf4851eb0a7526329d908a46fb1172e05543595 Mon Sep 17 00:00:00 2001 From: Maxime Gauduin Date: Mon, 11 Sep 2023 10:53:29 +0200 Subject: [PATCH] upgpkg: 1554-1 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d403aaa..e9a607a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yuzu pkgdesc = Nintendo Switch emulator - pkgver = 1553 + pkgver = 1554 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=84f0a23ff116fe69f293276bd89bba246f0f78ec + source = git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=5f39650a9829ccb69e001b8095f6b62744a6f6bb 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 diff --git a/PKGBUILD b/PKGBUILD index 7ef4e73..c886ee9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Alexandre Bouvier pkgname=yuzu -pkgver=1553 +pkgver=1554 pkgrel=1 pkgdesc='Nintendo Switch emulator' arch=(x86_64) @@ -46,7 +46,7 @@ makedepends=( vulkan-headers ) options=(!debug) -_tag=84f0a23ff116fe69f293276bd89bba246f0f78ec +_tag=5f39650a9829ccb69e001b8095f6b62744a6f6bb source=( git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=${_tag} git+https://github.com/arsenm/sanitizers-cmake.git