summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2022-11-03 10:03:27 +0000
committerEric Engestrom2022-11-03 10:03:27 +0000
commit1269dcfe762cf9454b7f0c2adb56b933729784f4 (patch)
tree2818d96f2af37681ab316f8795bfbfbe7cc8b8e7
parentbf42c21e882d43ebd732fa50247c4cd7ae85c68e (diff)
downloadaur-1269dcfe762cf9454b7f0c2adb56b933729784f4.tar.gz
fix for git 2.38.1+ having tightened security defaults
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 969705a5644b..2c9a1da8658d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,7 +57,7 @@ prepare() {
git config submodule.'libs/pugixml'.url "$srcdir/pugixml"
git config submodule.'libs/spirv-headers'.url "$srcdir/SPIRV-Headers"
git config submodule.'libs/spirv-tools'.url "$srcdir/SPIRV-Tools"
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {