summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2022-11-03 13:06:06 +0100
committerbartus2022-11-03 13:06:06 +0100
commit67d230f7ca8022b95126b550e47b2b9ea097ba06 (patch)
tree48cc55cf0d8131a2e721fc13e06da50823462aa2 /PKGBUILD
parent5cb6bc1aefc3f60a6e3b047adbdf9bbd600b169b (diff)
downloadaur-67d230f7ca8022b95126b550e47b2b9ea097ba06.tar.gz
git: allow "file" protocol
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6e7fde839af..71189ed79b60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -74,7 +74,7 @@ pkgver() {
prepare() {
# update the submodules
- git -C "$srcdir/blender" submodule update --init --recursive --remote
+ git -C "$srcdir/blender" -c protocol.file.allow=always submodule update --init --recursive --remote
if [ ! -v _cuda_capability ] && grep -q nvidia <(lsmod); then
git -C "$srcdir/blender" apply -v "${srcdir}"/SelectCudaComputeArch.patch
fi