upgpkg: 1499-1

This commit is contained in:
Maxime Gauduin 2023-07-18 11:34:32 +02:00
parent 553920929e
commit 4d5eee954d
No known key found for this signature in database
GPG Key ID: 0F65C7D881506130
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@
# Contributor: Alexandre Bouvier <contact@amb.tf>
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