summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxdavidwu2022-10-03 19:04:22 +0800
committerxdavidwu2022-10-03 19:04:22 +0800
commitae4b0c950732110a0b9c37a7f5eb2f4e4b1de7c5 (patch)
tree1d58d6eccdb370c518ba8f47ffee1d8f644cf88d /PKGBUILD
parente4ef57b1e96a45ad10266a2e5437087d8e01395a (diff)
downloadaur-ae4b0c950732110a0b9c37a7f5eb2f4e4b1de7c5.tar.gz
update armips submodule list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}