diff options
author | Sébastien TERRIER | 2025-03-27 21:18:26 +0100 |
---|---|---|
committer | Sébastien TERRIER | 2025-03-27 21:18:26 +0100 |
commit | 90f7fabf096a6e99d6484efed9d03cfe39aa0cbd (patch) | |
tree | 4f91975f6069f9895ecf79b17b0410c61305ab66 | |
parent | d1f9a70f083e7f1f12db4ffe1dbcbe612d4bde00 (diff) | |
download | aur-90f7fabf096a6e99d6484efed9d03cfe39aa0cbd.tar.gz |
update sources
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 14 |
2 files changed, 14 insertions, 14 deletions
@@ -1,7 +1,7 @@ pkgbase = citron-git pkgdesc = Nintendo Switch emulator forked from yuzu. - pkgver = v0.5.canary.refresh.r42.gae75413 - pkgrel = 2 + pkgver = v0.6.1.canary.refresh.r10.gebfc9d8 + pkgrel = 1 url = https://citron-emu.org arch = x86_64 license = GPL-2.0-or-later @@ -40,20 +40,20 @@ pkgbase = citron-git options = !debug source = citron::git+https://git.citron-emu.org/Citron/Citron.git source = cubeb::git+https://github.com/mozilla/cubeb.git - source = dynarmic::git+https://git.citron-emu.org/Citron/dynarmic.git + source = dynarmic::git+https://github.com/yuzu-mirror/dynarmic.git source = Vulkan-Headers::git+https://github.com/KhronosGroup/Vulkan-Headers.git - source = sirit::git+https://git.citron-emu.org/Citron/sirit.git + source = sirit::git+https://github.com/yuzu-mirror/sirit.git source = SPIRV-Headers::git+https://github.com/KhronosGroup/SPIRV-Headers - source = mbedtls::git+https://git.citron-emu.org/Citron/mbedtls.git + source = mbedtls::git+https://github.com/yuzu-mirror/mbedtls.git source = xbyak::git+https://github.com/herumi/xbyak.git source = cpp-httplib::git+https://github.com/yhirose/cpp-httplib.git source = cpp-jwt::git+https://github.com/arun11299/cpp-jwt.git source = libadrenotools::git+https://github.com/bylaws/libadrenotools.git source = tzdb_to_nx::git+https://github.com/lat9nq/tzdb_to_nx.git source = VulkanMemoryAllocator::git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git - source = breakpad::git+https://git.citron-emu.org/Citron/breakpad.git + source = breakpad::git+https://github.com/yuzu-mirror/breakpad.git source = simpleini::git+https://github.com/brofield/simpleini.git - source = oaknut::git+https://git.citron-emu.org/Citron/oaknut.git + source = oaknut::git+https://github.com/yuzu-mirror/oaknut.git source = Vulkan-Utility-Libraries::git+https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git source = googletest::git+https://github.com/google/googletest.git source = sanitizers-cmake::git+https://github.com/arsenm/sanitizers-cmake.git @@ -1,8 +1,8 @@ # Maintainer: Sébastien TERRIER <ouinouin at ouinouin dot eu> _pkgname=citron pkgname=citron-git -pkgver=v0.5.canary.refresh.r42.gae75413 -pkgrel=2 +pkgver=v0.6.1.canary.refresh.r10.gebfc9d8 +pkgrel=1 pkgdesc="Nintendo Switch emulator forked from yuzu." arch=(x86_64) url=https://citron-emu.org @@ -14,20 +14,20 @@ conflicts=('citron') options=(!debug) source=(citron::git+https://git.citron-emu.org/Citron/Citron.git cubeb::git+https://github.com/mozilla/cubeb.git - dynarmic::git+https://git.citron-emu.org/Citron/dynarmic.git + dynarmic::git+https://github.com/yuzu-mirror/dynarmic.git Vulkan-Headers::git+https://github.com/KhronosGroup/Vulkan-Headers.git - sirit::git+https://git.citron-emu.org/Citron/sirit.git + sirit::git+https://github.com/yuzu-mirror/sirit.git SPIRV-Headers::git+https://github.com/KhronosGroup/SPIRV-Headers - mbedtls::git+https://git.citron-emu.org/Citron/mbedtls.git + mbedtls::git+https://github.com/yuzu-mirror/mbedtls.git xbyak::git+https://github.com/herumi/xbyak.git cpp-httplib::git+https://github.com/yhirose/cpp-httplib.git cpp-jwt::git+https://github.com/arun11299/cpp-jwt.git libadrenotools::git+https://github.com/bylaws/libadrenotools.git tzdb_to_nx::git+https://github.com/lat9nq/tzdb_to_nx.git VulkanMemoryAllocator::git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git - breakpad::git+https://git.citron-emu.org/Citron/breakpad.git + breakpad::git+https://github.com/yuzu-mirror/breakpad.git simpleini::git+https://github.com/brofield/simpleini.git - oaknut::git+https://git.citron-emu.org/Citron/oaknut.git + oaknut::git+https://github.com/yuzu-mirror/oaknut.git Vulkan-Utility-Libraries::git+https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git googletest::git+https://github.com/google/googletest.git sanitizers-cmake::git+https://github.com/arsenm/sanitizers-cmake.git |