summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2629e93979ac..4205e0745263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Feb 9 17:18:03 UTC 2017
pkgbase = natron
pkgdesc = Open source compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
- pkgver = 2.2.4
+ pkgver = 2.2.5
pkgrel = 1
url = http://natron.fr/
arch = i686
@@ -22,7 +20,10 @@ pkgbase = natron
depends = openfx-io
depends = openfx-misc
optdepends = openfx-arena: Extra OpenFX plugins for Natron includes text node
- source = natron::git+https://github.com/MrKepzie/Natron.git#tag=2.2.4
+ optdepends = openfx-gmic-bin
+ optdepends = natron-plugins
+ optdepends = firejail-extras: Run Natron with an isolated enviorment
+ source = natron::git+https://github.com/MrKepzie/Natron.git#tag=2.2.5
source = git+https://github.com/devernay/openfx.git
source = git+https://github.com/MrKepzie/google-test.git
source = git+https://github.com/MrKepzie/google-mock.git
diff --git a/PKGBUILD b/PKGBUILD
index 2b03940b4430..a6d216c64a8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Özgür Sarıer <echo b3pndXJzYXJpZXIxMDExNjAxMTE1QGdtYWlsLmNvbQo= | base64 -d>
pkgname=natron
-pkgver=2.2.4
+pkgver=2.2.5
pkgrel=1
pkgdesc="Open source compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry."
arch=("i686" "x86_64")
@@ -10,7 +10,7 @@ url="http://natron.fr/"
license=("GPL")
depends=('fontconfig' 'qt4' 'python2-pyside' 'python2-shiboken' 'boost-libs' 'pixman' 'glfw-x11' 'cairo' 'openfx-io' 'openfx-misc')
makedepends=('git' 'expat' 'boost')
-optdepends=('openfx-arena: Extra OpenFX plugins for Natron includes text node')
+optdepends=('openfx-arena: Extra OpenFX plugins for Natron includes text node' 'openfx-gmic-bin' 'natron-plugins' 'firejail-extras: Run Natron with an isolated enviorment')
source=("$pkgname::git+https://github.com/MrKepzie/Natron.git#tag=$pkgver"
"git+https://github.com/devernay/openfx.git"
"git+https://github.com/MrKepzie/google-test.git"