summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3435bae847fe..e0a2fd97c7d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Aug 28 19:50:06 UTC 2016
+# Sun Aug 28 20:04:46 UTC 2016
pkgbase = natron
pkgdesc = Open source compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
pkgver = 2.1.2
@@ -8,6 +8,7 @@ pkgbase = natron
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
makedepends = expat
makedepends = boost
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 94b4a215ace4..b696df61b46f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("i686" "x86_64")
url="http://natron.fr/"
license=("GPL")
depends=('fontconfig' 'qt4' 'python2-pyside' 'python2-shiboken' 'boost-libs' 'pixman' 'glfw-x11' 'cairo' 'openfx-io' 'openfx-misc')
-makedepends=('expat' 'boost')
+makedepends=('git' 'expat' 'boost')
optdepends=('openfx-arena: Extra OpenFX plugins for Natron includes text node')
conflicts=('natron-rc' 'natron-bin' 'natron-bin-dev' 'natron-portable')
source=("$pkgname::git://github.com/MrKepzie/Natron.git#tag=$pkgver"