aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2022-11-03 10:52:01 +0100
committerbartus2022-11-03 10:52:01 +0100
commit041562dcd4fa4f365f063a75a77b824afcc04f78 (patch)
treede0617c9501f3d996d7e559c67bfe287765bf23b
parent0a62f1819ae5350d7cc0d5b3b8e0ad4b1a03bd5b (diff)
downloadaur-041562dcd4fa4f365f063a75a77b824afcc04f78.tar.gz
git: enable protocol file
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bf29880be74..d6358d1a62b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,7 +70,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