summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46bdf7e090a9..a2df0fb2407e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ppsspp-git
pkgdesc = A PSP emulator written in C++
- pkgver = 1.11.2.r291.bd87a7606
+ pkgver = 1.11.2.r483.ba95125ae
pkgrel = 1
url = http://www.ppsspp.org/
arch = x86_64
@@ -27,6 +27,7 @@ pkgbase = ppsspp-git
source = git+https://github.com/Tencent/rapidjson.git
source = git+https://github.com/KhronosGroup/SPIRV-Cross.git
source = armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
+ source = git+https://github.com/facebook/zstd.git
source = ppsspp.desktop
source = ppsspp-qt.desktop
sha256sums = SKIP
@@ -38,6 +39,7 @@ pkgbase = ppsspp-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
sha256sums = 77a88e75f3c090856442b11c8d3f24ed95cc9ca0da1e3f22a40b700b30a3a7b7
sha256sums = 7456207ba3759ee93709e25b7bfce5b560a8cb432e2d578ef0f98cb6da6c4d15
diff --git a/PKGBUILD b/PKGBUILD
index 12a9361bf156..4e06cc29d551 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgname=(
ppsspp-qt-git
ppsspp-common-git
)
-pkgver=1.11.2.r291.bd87a7606
+pkgver=1.11.2.r483.ba95125ae
pkgrel=1
pkgdesc='A PSP emulator written in C++'
arch=(x86_64)
@@ -46,6 +46,7 @@ source=(
git+https://github.com/Tencent/rapidjson.git
git+https://github.com/KhronosGroup/SPIRV-Cross.git
armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
+ git+https://github.com/facebook/zstd.git
ppsspp.desktop
ppsspp-qt.desktop
)
@@ -58,6 +59,7 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'77a88e75f3c090856442b11c8d3f24ed95cc9ca0da1e3f22a40b700b30a3a7b7'
'7456207ba3759ee93709e25b7bfce5b560a8cb432e2d578ef0f98cb6da6c4d15')
@@ -75,7 +77,7 @@ prepare() {
git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
git submodule update ${submodule}
done
- for submodule in ext/{armips,discord-rpc,rapidjson,SPIRV-Cross}; do
+ for submodule in ext/{armips,discord-rpc,rapidjson,SPIRV-Cross,zstd}; do
git submodule init ${submodule}
git config submodule.${submodule}.url ../${submodule#*/}
git submodule update ${submodule}