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 e456fae69eb3..d372b8619dbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ prepare() {
cd "$srcdir/VulkanCapsViewer"
git submodule init
git config submodule.Vulkan-Headers.url "$srcdir/Vulkan-Headers"
- git submodule--helper update
+ git -c protocol.file.allow=always submodule update
}
build() {