mirror of
https://git.suyu.dev/suyu/Arch_PKGBUILD
synced 2024-11-21 14:29:13 -07:00
upgpkg: 1499-1
This commit is contained in:
parent
553920929e
commit
4d5eee954d
2 changed files with 9 additions and 4 deletions
6
.SRCINFO
6
.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
|
||||
|
|
7
PKGBUILD
7
PKGBUILD
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue