summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-10-20 12:23:46 -0600
committerMark Wagie2022-10-20 12:23:46 -0600
commit4bb1f7cda6d52990a554d8d1a799c72d784c7751 (patch)
treed8ad9a6d20a8114995a17fe8cc7af8e20dbb88c2
parentd7189a0fbc980fd652aae6b54795f52be02fe9e0 (diff)
downloadaur-4bb1f7cda6d52990a554d8d1a799c72d784c7751.tar.gz
improve adjustment for git 2.38.1
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 426a2d2cfb8f..17b2f45b4f5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ prepare() {
cd "$srcdir/Tangram"
git submodule init
git config submodule.src/troll.url "$srcdir/troll"
- git submodule--helper update
+ git -c protocol.file.allow=always submodule update
}
build() {