Date: Tuesday, December 6, 2022 @ 15:58:39 Author: alucryd Revision: 1356793
upgpkg: libretro-play 7461-1 Modified: libretro-play/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-06 15:58:31 UTC (rev 1356792) +++ PKGBUILD 2022-12-06 15:58:39 UTC (rev 1356793) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=libretro-play -pkgver=7427 +pkgver=7461 pkgrel=1 pkgdesc='Sony PlayStation 2 core' arch=(x86_64) @@ -23,16 +23,17 @@ git libglvnd ) -_commit=1126c39cd8ebf56af347c475139d4db97fc7cc19 +_commit=3b1b3d7fcf3b9fef7c89de4a6bf04bcb0d32d176 source=( libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit} play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git + git+https://github.com/gulrak/filesystem.git play-Framework::git+https://github.com/jpd002/Play--Framework.git play-libchdr::git+https://github.com/jpd002/libchdr.git play-Nuanceur::git+https://github.com/jpd002/Nuanceur.git git+https://github.com/SDWebImage/SDWebImage.git - git+https://github.com/gulrak/filesystem.git + git+https://github.com/Cyan4973/xxHash.git git+https://github.com/facebook/zstd.git ) b2sums=( @@ -45,6 +46,7 @@ SKIP SKIP SKIP + SKIP ) pkgver() { @@ -55,6 +57,8 @@ prepare() { cd libretro-play + git config --global protocol.file.allow always + for submodule in deps/{CodeGen,Dependencies,Framework,Nuanceur,libchdr}; do git submodule init ${submodule} git config submodule.${submodule}.url ../play-${submodule#*/} @@ -71,6 +75,10 @@ git config submodule.ghc_filesystem.url ../../../filesystem git submodule update ghc_filesystem + git submodule init xxHash + git config submodule.xxHash.url ../../../xxHash + git submodule update xxHash + git submodule init zstd git config submodule.zstd.url ../../../zstd git submodule update zstd
