games/ppsspp: Update script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2016-10-30 11:02:53 +07:00 committed by Willy Sudiarto Raharjo
parent 45bbc2ca7b
commit 57fdec2ebb
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
PRGNAM=ppsspp
VERSION=${VERSION:-2016.10.26_cc37528}
SRCNAM=$(echo $PRGNAM | tr [a-z] [A-Z])
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -72,7 +72,7 @@ find -L . \
# cmake 3.6 is required.
# https://github.com/hrydgard/ppsspp/issues/9087
sed -i 's/VERSION 3.6/VERSION 3.5.2/' CMakeLists.txt
sed -i 's/VERSION 3.6/VERSION 2.8.12/' CMakeLists.txt
mkdir -p build
cd build