summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f3ec31d4623..dfe0f41729ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ prepare() {
cd "$srcdir/QtScrcpy"
git submodule init
git config submodule.QtScrcpy/QtScrcpyCore.url "$srcdir/QtScrcpyCore"
- git submodule--helper update
+ git -c protocol.file.allow=always submodule update
patch --strip=1 QtScrcpy/main.cpp < "$srcdir/path-fix.patch"