summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 959a97ed82e0..6e0bb3992c1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ prepare() {
git config submodule.ui/keycodemapdb.url ../keycodemapdb
git config submodule.ui/thirdparty/imgui.url ../imgui
git config submodule.ui/thirdparty/implot.url ../implot
- git submodule update
+ git submodule--helper update
mkdir ../build tomlplusplus/include
python scripts/gen-license.py > XEMU_LICENSE
}