Date: Monday, October 24, 2022 @ 07:34:02 Author: alucryd Revision: 1334462
upgpkg: libretro-ppsspp 34041-1 Modified: libretro-ppsspp/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-24 07:33:51 UTC (rev 1334461) +++ PKGBUILD 2022-10-24 07:34:02 UTC (rev 1334462) @@ -3,7 +3,7 @@ # Contributor: Duck Hunt <[email protected]> pkgname=libretro-ppsspp -pkgver=33845 +pkgver=34041 pkgrel=1 pkgdesc='Sony PlayStation Portable core' arch=(x86_64) @@ -31,7 +31,7 @@ ninja python ) -_commit=bc9215ca93f139ed80e4d47747086040a8d6608d +_commit=32c717c94f68d1b751a6ed7ae54eb0b7a848af2b source=( libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=${_commit} git+https://github.com/Kingcom/armips.git @@ -66,6 +66,8 @@ patch -Np1 -i ../libretro-ppsspp-assets-path.patch + git config --global protocol.file.allow always + for submodule in ffmpeg assets/lang ext/glslang ext/miniupnp; do git submodule init ${submodule} git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
