diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-10-30 11:02:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-31 23:33:49 +0700 |
commit | 57fdec2ebb64cb0021814866de352cdfd36f19cc (patch) | |
tree | b53a11f2cad24c3a6b3d8d4ede40c8062439e088 /games/ppsspp | |
parent | 45bbc2ca7b64624874778267b0e4ed2cbc544e1c (diff) |
games/ppsspp: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ppsspp')
-rw-r--r-- | games/ppsspp/ppsspp.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/ppsspp/ppsspp.SlackBuild b/games/ppsspp/ppsspp.SlackBuild index 3a4765e2dcd9..739008e596b4 100644 --- a/games/ppsspp/ppsspp.SlackBuild +++ b/games/ppsspp/ppsspp.SlackBuild @@ -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 |