Date: Friday, January 14, 2022 @ 16:27:40 Author: alucryd Revision: 1103344
upgpkg: libretro-play 6905-1 Modified: libretro-play/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-14 16:21:37 UTC (rev 1103343) +++ PKGBUILD 2022-01-14 16:27:40 UTC (rev 1103344) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=libretro-play -pkgver=6899 +pkgver=6905 pkgrel=1 pkgdesc='Sony PlayStation 2 core' arch=(x86_64) @@ -22,7 +22,7 @@ git libglvnd ) -_commit=bc39dc0ba11efce7a1639a1fed38f22d6367bfef +_commit=e519565020eede59bce446c568efd88221ecfdf0 source=( libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit} play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git @@ -31,10 +31,9 @@ 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 - play-boost-cmake::git+https://github.com/jpd002/boost-cmake.git git+https://github.com/gulrak/filesystem.git ) -sha256sums=( +b2sums=( SKIP SKIP SKIP @@ -43,12 +42,10 @@ SKIP SKIP SKIP - SKIP ) pkgver() { cd libretro-play - git rev-list --count HEAD } @@ -67,10 +64,6 @@ git config submodule.SDWebImage.url ../../../SDWebImage git submodule update SDWebImage - git submodule init boost-cmake - git config submodule.boost-cmake.url ../../../play-boost-cmake - git submodule update boost-cmake - git submodule init ghc_filesystem git config submodule.ghc_filesystem.url ../../../filesystem git submodule update ghc_filesystem
