Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
libretro-play


Commits:
933a120a by Maxime Gauduin at 2023-08-15T11:19:17+02:00
upgpkg: 7863-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,41 @@
+pkgbase = libretro-play
+       pkgdesc = Sony PlayStation 2 core
+       pkgver = 7863
+       pkgrel = 1
+       url = https://github.com/jpd002/Play-
+       arch = x86_64
+       groups = libretro
+       license = MIT
+       makedepends = cmake
+       makedepends = git
+       makedepends = libglvnd
+       depends = bzip2
+       depends = glew
+       depends = glibc
+       depends = glu
+       depends = icu
+       depends = libgl
+       depends = libretro-core-info
+       depends = zlib
+       source = 
libretro-play::git+https://github.com/jpd002/Play-.git#commit=cdf50b9640da25fa5808f82765e06538889821e2
+       source = play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
+       source = 
play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
+       source = git+https://github.com/gulrak/filesystem.git
+       source = 
play-Framework::git+https://github.com/jpd002/Play--Framework.git
+       source = play-libchdr::git+https://github.com/jpd002/libchdr.git
+       source = play-Nuanceur::git+https://github.com/jpd002/Nuanceur.git
+       source = git+https://github.com/SDWebImage/SDWebImage.git
+       source = git+https://github.com/Cyan4973/xxHash.git
+       source = git+https://github.com/facebook/zstd.git
+       b2sums = SKIP
+       b2sums = SKIP
+       b2sums = SKIP
+       b2sums = SKIP
+       b2sums = SKIP
+       b2sums = SKIP
+       b2sums = SKIP
+       b2sums = SKIP
+       b2sums = SKIP
+       b2sums = SKIP
+
+pkgname = libretro-play


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <aluc...@archlinux.org>
 
 pkgname=libretro-play
-pkgver=7657
+pkgver=7863
 pkgrel=1
 pkgdesc='Sony PlayStation 2 core'
 arch=(x86_64)
@@ -23,7 +23,7 @@ makedepends=(
   git
   libglvnd
 )
-_commit=8e1cc18be61f5baac0c78b9eeeb2f75d196217a5
+_commit=cdf50b9640da25fa5808f82765e06538889821e2
 source=(
   libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit}
   play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
@@ -56,32 +56,22 @@ pkgver() {
 
 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#*/}
-    git submodule update ${submodule}
   done
-
+  git submodule update
   cd deps/Dependencies
-
   git submodule init SDWebImage
   git config submodule.SDWebImage.url ../../../SDWebImage
-  git submodule update SDWebImage
-
   git submodule init ghc_filesystem
   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
+  git submodule update
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-play/-/commit/933a120a3f559d73af9b83965154557e92b5501a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-play/-/commit/933a120a3f559d73af9b83965154557e92b5501a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to