[arch-commits] Commit in libretro-play/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Aug 18 10:04:41 UTC 2022


    Date: Thursday, August 18, 2022 @ 10:04:41
  Author: alucryd
Revision: 1266851

upgpkg: libretro-play 7354-1

Modified:
  libretro-play/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 10:03:54 UTC (rev 1266850)
+++ PKGBUILD	2022-08-18 10:04:41 UTC (rev 1266851)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=libretro-play
-pkgver=7284
-pkgrel=2
+pkgver=7354
+pkgrel=1
 pkgdesc='Sony PlayStation 2 core'
 arch=(x86_64)
 url=https://github.com/jpd002/Play-
@@ -12,6 +12,7 @@
   bzip2
   glew
   glibc
+  glu
   icu
   libgl
   libretro-core-info
@@ -22,7 +23,7 @@
   git
   libglvnd
 )
-_commit=e234267967158af6068d08a82f2df0c0a86bf9d1
+_commit=b6c05d037562b4daa734eb600547effd7df913d5
 source=(
   libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit}
   play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
@@ -32,6 +33,7 @@
   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/facebook/zstd.git
 )
 b2sums=(
   SKIP
@@ -42,6 +44,7 @@
   SKIP
   SKIP
   SKIP
+  SKIP
 )
 
 pkgver() {
@@ -67,6 +70,10 @@
   git submodule init ghc_filesystem
   git config submodule.ghc_filesystem.url ../../../filesystem
   git submodule update ghc_filesystem
+
+  git submodule init zstd
+  git config submodule.zstd.url ../../../zstd
+  git submodule update zstd
 }
 
 build() {



More information about the arch-commits mailing list