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

Maxime Gauduin alucryd at archlinux.org
Thu Jul 30 09:17:28 UTC 2020


    Date: Thursday, July 30, 2020 @ 09:17:28
  Author: alucryd
Revision: 665894

upgpkg: libretro-ppsspp 27598-1

Modified:
  libretro-ppsspp/trunk/PKGBUILD

----------+
 PKGBUILD |   30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-30 08:49:43 UTC (rev 665893)
+++ PKGBUILD	2020-07-30 09:17:28 UTC (rev 665894)
@@ -2,7 +2,7 @@
 # Contributor: Duck Hunt <vaporeon at tfwno.gf>
 
 pkgname=libretro-ppsspp
-pkgver=27206
+pkgver=27598
 pkgrel=1
 pkgdesc='Sony PlayStation Portable core'
 arch=(x86_64)
@@ -14,6 +14,7 @@
   glew
   glibc
   libgl
+  libpng
   libretro-core-info
   libzip
   snappy
@@ -25,28 +26,29 @@
   libglvnd
   python
 )
+_commit=70802e61de670fc66de23356a6ffab9b4b018d9b
 source=(
-  libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=ba06c87a7dd953ff8f376fd6a5f811d29e1bdc6a
+  libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=${_commit}
   git+https://github.com/Kingcom/armips.git
   git+https://github.com/discordapp/discord-rpc.git
   git+https://github.com/hrydgard/ppsspp-ffmpeg.git
   ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
   git+https://github.com/hrydgard/ppsspp-lang.git
+  ppsspp-miniupnp::git+https://github.com/hrydgard/miniupnp.git
   git+https://github.com/Tencent/rapidjson.git
   git+https://github.com/KhronosGroup/SPIRV-Cross.git
   armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
 )
-sha256sums=(
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-)
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP')
 
 pkgver() {
   cd libretro-ppsspp
@@ -57,7 +59,7 @@
 prepare() {
   cd libretro-ppsspp
 
-  for submodule in ffmpeg assets/lang ext/glslang; do
+  for submodule in ffmpeg assets/lang ext/glslang ext/miniupnp; do
     git submodule init ${submodule}
     git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
     git submodule update ${submodule}



More information about the arch-commits mailing list