summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTércio Martins2022-12-12 01:51:11 -0300
committerTércio Martins2022-12-12 01:51:11 -0300
commit1d504992dd878aec0b45e4685c602e64fff60170 (patch)
tree9584b30c8f66451cc85e7ccba2ec42b342a0a75f /PKGBUILD
parent9b740972826d7da0978c332597a715794e37221c (diff)
downloadaur-openfx-misc-git.tar.gz
Update the "git submodule" command with new Git security settings
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index baff5a77afac..d83359a950e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Luca Weiss <luca (at) z3ntu (dot) xyz>
pkgname=openfx-misc-git
-pkgver=Natron.2.4.3.r2.gaac35191
+pkgver=Natron.2.5.0.r2.g5524c1ba
pkgrel=1
arch=('x86_64')
pkgdesc="Miscellaneous OpenFX plugins"
@@ -35,7 +35,7 @@ prepare() {
git submodule init
git config submodule.openfx.url ${srcdir}/openfx
git config submodule.SupportExt.url ${srcdir}/openfx-supportext
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {