summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2022-11-03 13:09:18 +0100
committerbartus2022-11-03 13:09:18 +0100
commit4f5663b5445094912f396050f03d0c251e8cb94b (patch)
treeb2cfb47c57c3cdfa45a77650e15ec99eadf9441d
parent3f4b86903b76786a7b28fd70ee0c18a6ae7c8614 (diff)
downloadaur-4f5663b5445094912f396050f03d0c251e8cb94b.tar.gz
git: allow "file" protocol
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19d7c6163c65..6d61f2c79477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -93,7 +93,7 @@ pkgver() {
prepare() {
cd "$srcdir/blender"
# 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