summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fd332eaf63d..804ede702a7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openfx-misc-git
pkgdesc = Miscellaneous OpenFX plugins
- pkgver = Natron.2.4.3.r2.gaac35191
+ pkgver = Natron.2.5.0.r2.g5524c1ba
pkgrel = 1
url = https://github.com/NatronGitHub/openfx-misc
arch = x86_64
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() {