aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2022-11-03 13:06:48 +0100
committerbartus2022-11-03 13:06:48 +0100
commitabf82b6fd0f7e46b64c75ff56a896ac4df8335f2 (patch)
tree73d281cbd5f8bae1d512a72770d27496b19604d7 /PKGBUILD
parentba3f8973740c7dc63f7efb862ef8e0c1a7ef5dc7 (diff)
downloadaur-abf82b6fd0f7e46b64c75ff56a896ac4df8335f2.tar.gz
git: allow "file" protocol
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b82fd5a1e36..16d97b469e05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ _CMAKE_FLAGS+=( -DWITH_ALEMBIC_HDF5=ON )
((DISABLE_CUDA)) && optdepends+=('cuda: CUDA support in Cycles') || { makedepends+=('cuda') ; ((DISABLE_OPTIX)) || makedepends+=('optix70'); }
pkgname=blender-${_blenver}-git
-pkgver=2.83.19.r1.gb84159e4410
+pkgver=2.83.20.r1.g6f40a18ecc2
pkgrel=1
pkgdesc="LTS Maintenance version of ${_branch} branch"
changelog=blender.changelog
@@ -92,7 +92,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