upgpkg: 1637-1

This commit is contained in:
Maxime Gauduin 2023-12-01 15:56:12 +01:00
parent 46d054890c
commit 929e12154f
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 pkgbase = yuzu
pkgdesc = Nintendo Switch emulator pkgdesc = Nintendo Switch emulator
pkgver = 1626 pkgver = 1637
pkgrel = 1 pkgrel = 1
url = https://yuzu-emu.org/ url = https://yuzu-emu.org/
arch = x86_64 arch = x86_64
@ -42,7 +42,7 @@ pkgbase = yuzu
depends = sdl2 depends = sdl2
depends = zlib depends = zlib
options = !debug options = !debug
source = git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=197fc9df662087b9f900209159c18f81ccda0a41 source = git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=07d7846c63c001ed04c8434f41b0d48ae5be021e
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
@ -50,6 +50,7 @@ pkgbase = yuzu
source = git+https://github.com/MerryMage/dynarmic.git source = git+https://github.com/MerryMage/dynarmic.git
source = git+https://github.com/bylaws/libadrenotools.git source = git+https://github.com/bylaws/libadrenotools.git
source = yuzu-mbedtls::git+https://github.com/yuzu-emu/mbedtls.git source = yuzu-mbedtls::git+https://github.com/yuzu-emu/mbedtls.git
source = git+https://github.com/brofield/simpleini.git
source = yuzu-sirit::git+https://github.com/yuzu-emu/sirit.git source = yuzu-sirit::git+https://github.com/yuzu-emu/sirit.git
source = git+https://github.com/eggert/tz.git source = git+https://github.com/eggert/tz.git
source = git+https://github.com/lat9nq/tzdb_to_nx.git source = git+https://github.com/lat9nq/tzdb_to_nx.git
@ -68,5 +69,6 @@ pkgbase = yuzu
b2sums = SKIP b2sums = SKIP
b2sums = SKIP b2sums = SKIP
b2sums = SKIP b2sums = SKIP
b2sums = SKIP
pkgname = yuzu pkgname = yuzu

View file

@ -2,7 +2,7 @@
# Contributor: Alexandre Bouvier <contact@amb.tf> # Contributor: Alexandre Bouvier <contact@amb.tf>
pkgname=yuzu pkgname=yuzu
pkgver=1626 pkgver=1637
pkgrel=1 pkgrel=1
pkgdesc='Nintendo Switch emulator' pkgdesc='Nintendo Switch emulator'
arch=(x86_64) arch=(x86_64)
@ -49,7 +49,7 @@ makedepends=(
vulkan-headers vulkan-headers
) )
options=(!debug) options=(!debug)
_tag=197fc9df662087b9f900209159c18f81ccda0a41 _tag=07d7846c63c001ed04c8434f41b0d48ae5be021e
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
@ -59,6 +59,7 @@ source=(
git+https://github.com/MerryMage/dynarmic.git git+https://github.com/MerryMage/dynarmic.git
git+https://github.com/bylaws/libadrenotools.git git+https://github.com/bylaws/libadrenotools.git
yuzu-mbedtls::git+https://github.com/yuzu-emu/mbedtls.git yuzu-mbedtls::git+https://github.com/yuzu-emu/mbedtls.git
git+https://github.com/brofield/simpleini.git
yuzu-sirit::git+https://github.com/yuzu-emu/sirit.git yuzu-sirit::git+https://github.com/yuzu-emu/sirit.git
git+https://github.com/eggert/tz.git git+https://github.com/eggert/tz.git
git+https://github.com/lat9nq/tzdb_to_nx.git git+https://github.com/lat9nq/tzdb_to_nx.git
@ -77,6 +78,7 @@ b2sums=('SKIP'
'SKIP' 'SKIP'
'SKIP' 'SKIP'
'SKIP' 'SKIP'
'SKIP'
'SKIP') 'SKIP')
prepare() { prepare() {
@ -87,6 +89,7 @@ prepare() {
git config submodule.dynarmic.url "${srcdir}"/dynarmic git config submodule.dynarmic.url "${srcdir}"/dynarmic
git config submodule.libadrenotools.url "${srcdir}"/libadrenotools git config submodule.libadrenotools.url "${srcdir}"/libadrenotools
git config submodule.mbedtls.url "${srcdir}"/yuzu-mbedtls git config submodule.mbedtls.url "${srcdir}"/yuzu-mbedtls
git config submodule.simpleini.url "${srcdir}"/simpleini
git config submodule.sirit.url "${srcdir}"/yuzu-sirit git config submodule.sirit.url "${srcdir}"/yuzu-sirit
git config submodule.tzdb_to_nx.url "${srcdir}"/tzdb_to_nx git config submodule.tzdb_to_nx.url "${srcdir}"/tzdb_to_nx
git config submodule.VulkanMemoryAllocator.url "${srcdir}"/VulkanMemoryAllocator git config submodule.VulkanMemoryAllocator.url "${srcdir}"/VulkanMemoryAllocator