Date: Thursday, March 2, 2023 @ 16:41:54 Author: alucryd Revision: 1407284
upgpkg: libretro-flycast 5501-1 Modified: libretro-flycast/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-02 16:41:44 UTC (rev 1407283) +++ PKGBUILD 2023-03-02 16:41:54 UTC (rev 1407284) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=libretro-flycast -pkgver=5464 +pkgver=5501 pkgrel=1 pkgdesc='Sega Dreamcast core' arch=(x86_64) @@ -19,11 +19,11 @@ mesa ninja ) -_commit=a045c52146f688f76ff2d21bcb9f6560f9825a82 +_commit=9cbdcc6260c35805a0bbbfec17b805f4c1c0b729 source=( git+https://github.com/flyinghead/flycast.git#commit=${_commit} git+https://github.com/KhronosGroup/glslang.git - git+https://github.com/rtissera/libchdr.git + flycast-libchdr::git+https://github.com/flyinghead/libchdr.git git+https://github.com/KhronosGroup/Vulkan-Headers.git git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git ) @@ -35,11 +35,16 @@ prepare() { cd flycast - for submodule in core/deps/{glslang,libchdr,Vulkan-Headers,VulkanMemoryAllocator}; do + for submodule in core/deps/{glslang,Vulkan-Headers,VulkanMemoryAllocator}; do git submodule init ${submodule} git submodule set-url ${submodule} "${srcdir}/${submodule##*/}" git -c protocol.file.allow=always submodule update ${submodule} done + for submodule in core/deps/libchdr; do + git submodule init ${submodule} + git submodule set-url ${submodule} "${srcdir}/flycast-${submodule##*/}" + git -c protocol.file.allow=always submodule update ${submodule} + done } pkgver() {
