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

Maxime Gauduin alucryd at archlinux.org
Fri May 26 10:35:26 UTC 2017


    Date: Friday, May 26, 2017 @ 10:35:25
  Author: alucryd
Revision: 230444

upgpkg: ppsspp 1.4.1-1

Modified:
  ppsspp/trunk/PKGBUILD
  ppsspp/trunk/ppsspp-headless.sh
  ppsspp/trunk/ppsspp-qt.sh
  ppsspp/trunk/ppsspp.sh

--------------------+
 PKGBUILD           |   14 +++++++-------
 ppsspp-headless.sh |    2 +-
 ppsspp-qt.sh       |    2 +-
 ppsspp.sh          |    2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-26 10:18:43 UTC (rev 230443)
+++ PKGBUILD	2017-05-26 10:35:25 UTC (rev 230444)
@@ -7,8 +7,8 @@
 
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-headless' 'ppsspp-qt')
-pkgver=1.4
-pkgrel=3
+pkgver=1.4.1
+pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=('x86_64')
 url='http://www.ppsspp.org/'
@@ -15,11 +15,11 @@
 license=('GPL2')
 depends=('glew' 'sdl2')
 makedepends=('cmake' 'git' 'glu' 'libzip' 'qt5-tools')
-_commit='186d471305cad6fe83d8716d6b328f0e8b32b38c'
+_commit='e776eff6dba97df3b742dd7e178d2aaf9b15cc87'
 source=("git+https://github.com/hrydgard/ppsspp.git#commit=${_commit}"
         'git+https://github.com/hrydgard/ppsspp-ffmpeg.git#commit=a2e98d7ba4c7c5cac08608732c3058cb46e3e0ef'
         'ppsspp-glslang::git+https://github.com/hrydgard/glslang.git#commit=b16f7e6819267e57c3c244808d1981f0ce34acbc'
-        'git+https://github.com/hrydgard/ppsspp-lang.git#commit=ed0bbfb389da213bd891d179d1d92e95b8f05e43'
+        'git+https://github.com/hrydgard/ppsspp-lang.git#commit=f32328a88cbf368af90eb79bc7ad5420795d6585'
         'git+https://github.com/Kingcom/armips.git#commit=770365d44df35d6e675c58bb2a774ca412278ef5'
         'armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git#commit=b7f5a22753c81d834ab5133d655f1fd525280765'
         'git+https://github.com/KhronosGroup/SPIRV-Cross.git#commit=6381b2ff9c0d975af8fd2974c97aa12a69ab6cc6'
@@ -36,9 +36,9 @@
             'SKIP'
             'SKIP'
             'SKIP'
-            '873d63c6ef9acdf7121f4bcc4cb849bb8a006abc508c403786c24ebd500e0eec'
-            '5c168ae19d19059095101e5ff587d5b107b16d070721541f765d002e15d89ed4'
-            'e14964ec3a931d10ed71a88316735f4c47ac7fd62f346973e0c9a0d0a2ff6cab'
+            '2c2d1ee6d1ce5c2acec372d58b8079885f6d5d674633cfea489cd550252a5426'
+            '1236ce000bb670ee2c0e0645c3d55f4d8c8e74dbc35a1af0962a3bdd7608f1c5'
+            '828b06aacc56672a4d953d77342717c5be414a68261025f74e466abd084b8e6b'
             '1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8'
             'b3b1fb9e0ecd3c4472b51f27d028a69514b1a3823c26e33da6ffaebfb1522b7f'
             '6694643d96dae673f01555637139468eb277f3379afbcceccad3f7e0ae670278')

Modified: ppsspp-headless.sh
===================================================================
--- ppsspp-headless.sh	2017-05-26 10:18:43 UTC (rev 230443)
+++ ppsspp-headless.sh	2017-05-26 10:35:25 UTC (rev 230444)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 cd /opt/ppsspp
-exec ./PPSSPPHeadless $*
+exec ./PPSSPPHeadless "$@"

Modified: ppsspp-qt.sh
===================================================================
--- ppsspp-qt.sh	2017-05-26 10:18:43 UTC (rev 230443)
+++ ppsspp-qt.sh	2017-05-26 10:35:25 UTC (rev 230444)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 cd /opt/ppsspp
-exec ./PPSSPPQt $*
+exec ./PPSSPPQt "$@"

Modified: ppsspp.sh
===================================================================
--- ppsspp.sh	2017-05-26 10:18:43 UTC (rev 230443)
+++ ppsspp.sh	2017-05-26 10:35:25 UTC (rev 230444)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 cd /opt/ppsspp
-exec ./PPSSPPSDL $*
+exec ./PPSSPPSDL "$@"



More information about the arch-commits mailing list