summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxdavidwu2022-10-03 19:04:22 +0800
committerxdavidwu2022-10-03 19:04:22 +0800
commitae4b0c950732110a0b9c37a7f5eb2f4e4b1de7c5 (patch)
tree1d58d6eccdb370c518ba8f47ffee1d8f644cf88d
parente4ef57b1e96a45ad10266a2e5437087d8e01395a (diff)
downloadaur-ae4b0c950732110a0b9c37a7f5eb2f4e4b1de7c5.tar.gz
update armips submodule list
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2df0fb2407e..9a9811b6ad2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ppsspp-git
pkgdesc = A PSP emulator written in C++
- pkgver = 1.11.2.r483.ba95125ae
+ pkgver = 1.13.2.r1362.b7f79dd8b
pkgrel = 1
url = http://www.ppsspp.org/
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = ppsspp-git
source = git+https://github.com/hrydgard/ppsspp-lang.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 = armips-filesystem::git+https://github.com/Kingcom/filesystem.git
source = git+https://github.com/facebook/zstd.git
source = ppsspp.desktop
source = ppsspp-qt.desktop
@@ -87,4 +87,3 @@ pkgname = ppsspp-qt-git
pkgname = ppsspp-common-git
pkgdesc = A PSP emulator written in C++ (common assets)
depends =
-
diff --git a/PKGBUILD b/PKGBUILD
index 4e06cc29d551..0bb0bf00b441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgname=(
ppsspp-qt-git
ppsspp-common-git
)
-pkgver=1.11.2.r483.ba95125ae
+pkgver=1.13.2.r1362.b7f79dd8b
pkgrel=1
pkgdesc='A PSP emulator written in C++'
arch=(x86_64)
@@ -45,7 +45,7 @@ source=(
git+https://github.com/hrydgard/ppsspp-lang.git
git+https://github.com/Tencent/rapidjson.git
git+https://github.com/KhronosGroup/SPIRV-Cross.git
- armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
+ armips-filesystem::git+https://github.com/Kingcom/filesystem.git
git+https://github.com/facebook/zstd.git
ppsspp.desktop
ppsspp-qt.desktop
@@ -88,7 +88,7 @@ prepare() {
pushd ext/armips
- for submodule in ext/tinyformat; do
+ for submodule in ext/filesystem; do
git submodule init ${submodule}
git config submodule.${submodule}.url ../../../armips-${submodule#*/}
git submodule update ${submodule}