From 3da534cf21d2237ab7e3850074d451385bc4e59d Mon Sep 17 00:00:00 2001 From: Maxime Gauduin Date: Sun, 11 Dec 2016 22:42:14 +0100 Subject: [PATCH] ppsspp-git 1.3.r191.aa964ea-1 --- .SRCINFO | 6 ++++-- PKGBUILD | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1c728dd..67e6503 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Tue Nov 8 09:54:42 UTC 2016 +# Sun Dec 11 21:42:14 UTC 2016 pkgbase = ppsspp-git pkgdesc = A PSP emulator written in C++ - pkgver = 1.3.r146.9c08b60 + pkgver = 1.3.r191.aa964ea pkgrel = 1 url = http://www.ppsspp.org/ arch = i686 @@ -27,11 +27,13 @@ pkgbase = ppsspp-git depends = libswscale.so source = git+https://github.com/hrydgard/ppsspp.git source = git+https://github.com/hrydgard/ppsspp-lang.git + source = git+https://github.com/hrydgard/ppsspp-glslang.git source = ppsspp-armips::git+https://github.com/Kingcom/armips.git source = ppsspp.desktop sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP + sha256sums = SKIP sha256sums = 1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8 pkgname = ppsspp-git diff --git a/PKGBUILD b/PKGBUILD index fc6c9f1..feb578c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=ppsspp-git pkgname=('ppsspp-git' 'ppsspp-qt-git') -pkgver=1.3.r146.9c08b60 +pkgver=1.3.r191.aa964ea pkgrel=1 pkgdesc='A PSP emulator written in C++' arch=('i686' 'x86_64') @@ -19,9 +19,11 @@ depends=('gcc-libs' 'glew' 'glibc' 'libgl' 'libzip' 'sdl2' 'zlib' makedepends=('cmake' 'git' 'glu' 'qt5-multimedia' 'qt5-tools') source=('git+https://github.com/hrydgard/ppsspp.git' 'git+https://github.com/hrydgard/ppsspp-lang.git' + 'git+https://github.com/hrydgard/ppsspp-glslang.git' 'ppsspp-armips::git+https://github.com/Kingcom/armips.git' 'ppsspp.desktop') sha256sums=('SKIP' + 'SKIP' 'SKIP' 'SKIP' '1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8') @@ -35,7 +37,7 @@ pkgver() { prepare() { cd ppsspp - for submodule in assets/lang ext/armips; do + for submodule in assets/lang ext/{armips,glslang}; do git submodule init ${submodule} git config submodule.${submodule}.url ../ppsspp-${submodule#*/} git submodule update ${submodule}