summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9df1a8ba751d..0d541792ae6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openfx-gmic-git
pkgdesc = OpenFX wrapper for the G'MIC framework
- pkgver = Natron.2.4.3.r0.g100d960
+ pkgver = Natron.2.4.4.r0.g3050534
pkgrel = 1
url = https://github.com/NatronGitHub/openfx-gmic
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8f21932ad78c..6172c00d306d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tércio Martins <echo dGVyY2lvd2VuZGVsQGdtYWlsLmNvbQo= | base64 -d>
pkgname=openfx-gmic-git
-pkgver=Natron.2.4.3.r0.g100d960
+pkgver=Natron.2.4.4.r0.g3050534
pkgrel=1
arch=('x86_64')
pkgdesc="OpenFX wrapper for the G'MIC framework"
@@ -10,6 +10,7 @@ license=('custom:CeCILL-C' 'custom:CeCILLv2')
depends=('fftw' 'libgl' 'libpng')
makedepends=('git' 'openmp')
+
_pkgname=${pkgname%-git}
_url=${url%/${_pkgname}}
@@ -29,7 +30,7 @@ prepare() {
cd ${_pkgname}
git submodule init
git config submodule.openfx.url ${srcdir}/openfx
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {