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

Maxime Gauduin alucryd at archlinux.org
Thu Sep 29 13:46:32 UTC 2016


    Date: Thursday, September 29, 2016 @ 13:46:32
  Author: alucryd
Revision: 190890

upgpkg: ppsspp 1.3-1

Modified:
  ppsspp/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-29 13:44:08 UTC (rev 190889)
+++ PKGBUILD	2016-09-29 13:46:32 UTC (rev 190890)
@@ -7,7 +7,7 @@
 
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-qt')
-pkgver=1.2.2
+pkgver=1.3
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=('i686' 'x86_64')
@@ -16,18 +16,20 @@
 depends=('ffmpeg' 'sdl2')
 makedepends=('cmake' 'git' 'glu' 'qt5-tools')
 source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver}"
-        'git+https://github.com/hrydgard/ppsspp-lang.git#commit=16a50e3'
-        'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=9b225d9'
+        'git+https://github.com/hrydgard/ppsspp-lang.git#commit=cdf4a8d'
+        'git+https://github.com/hrydgard/ppsspp-glslang.git#commit=4b3e84f'
+        'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=1ffab37'
         'ppsspp.desktop')
 sha256sums=('SKIP'
             'SKIP'
             'SKIP'
+            'SKIP'
             '1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8')
 
 prepare() {
   cd ppsspp
 
-  for submodule in lang ext/armips; do
+  for submodule in lang ext/{armips,glslang}; do
     git submodule init ${submodule}
     git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
     git submodule update ${submodule}



More information about the arch-commits mailing list