summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63ef2547b40c..86752f424b09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,7 @@ prepare() {
for n in QHexView Qt-Frameless-Window-DarkStyle;do
git config submodule."$n".url $srcdir/$n
done
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {