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

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


    Date: Thursday, August 18, 2022 @ 10:18:02
  Author: alucryd
Revision: 1266859

upgpkg: ppsspp 1.13.1-1

Modified:
  ppsspp/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 10:05:43 UTC (rev 1266858)
+++ PKGBUILD	2022-08-18 10:18:02 UTC (rev 1266859)
@@ -9,8 +9,8 @@
   ppsspp
   ppsspp-assets
 )
-pkgver=1.12.3
-pkgrel=2
+pkgver=1.13.1
+pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=(x86_64)
 url=https://www.ppsspp.org/
@@ -20,6 +20,7 @@
   cmake
   git
   glew
+  glu
   libglvnd
   libzip
   ninja
@@ -31,7 +32,7 @@
   snappy
   zlib
 )
-_tag=5310e411b4856949344020ebfcc5c6d3f22a6ff7
+_tag=97762ec6fdb7f2509be7d06c50937380dca9ead9
 source=(
   git+https://github.com/hrydgard/ppsspp.git#tag=${_tag}
   git+https://github.com/Kingcom/armips.git
@@ -45,7 +46,6 @@
   armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
   ppsspp-sdl.desktop
   ppsspp-qt.desktop
-  ppsspp-system-zstd.patch
 )
 b2sums=('SKIP'
         'SKIP'
@@ -58,8 +58,7 @@
         'SKIP'
         'SKIP'
         'c6bcdfedee866dfdcc82a8c333c31ff73ed0beec65b63acec8bc8186383c0bc9f0912f21bb9715b665e8dc1793b1a85599761f9037856fa54ad8aa3bfdbfd468'
-        '328e2ba47b78d242b0ec6ba6bfa039c77a36d1ef7246e5c2c2432d8e976e9360baf505eb05f48408ede1a30545cbbb7f875bf5ebd0252cef35523d449b8254a0'
-        'c9fefb1456341f8bdc66ff787dd45e849c44a927dea7d9453ae507ed8d03e440651afe5795f929995a4e55a3b44ffb19fc1105b5621ec4917c8d17250dda1259')
+        '328e2ba47b78d242b0ec6ba6bfa039c77a36d1ef7246e5c2c2432d8e976e9360baf505eb05f48408ede1a30545cbbb7f875bf5ebd0252cef35523d449b8254a0')
 
 pkgver() {
   cd ppsspp
@@ -69,8 +68,6 @@
 prepare() {
   cd ppsspp
 
-  patch -Np1 -i ../ppsspp-system-zstd.patch
-
   for submodule in assets/lang ext/{glslang,miniupnp} ffmpeg; do
     git submodule init ${submodule}
     git config submodule.${submodule}.url ../ppsspp-${submodule#*/}



More information about the arch-commits mailing list