summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTércio Martins2018-04-11 23:21:44 -0300
committerTércio Martins2018-04-11 23:21:44 -0300
commit399c2f6ed1689106071e384bd2ce6f083529210a (patch)
treebeddd3579b6e86f7c1d9fc93e5a6fcdc12883676 /PKGBUILD
parentc94d156b8a771c9854326f17d065b81913874226 (diff)
downloadaur-399c2f6ed1689106071e384bd2ce6f083529210a.tar.gz
Fixing outdated source (openfx)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65dd578fb3b2..b88ab41f80e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=natron
pkgver=2.3.10
-pkgrel=2
+pkgrel=3
pkgdesc="Open source compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry."
arch=("i686" "x86_64")
url="https://github.com/NatronGitHub/Natron"
@@ -14,7 +14,7 @@ depends=('fontconfig' 'qt4' 'python2-pyside' 'python2-shiboken' 'boost-libs' 'pi
makedepends=('git' 'expat' 'boost')
optdepends=('openfx-arena: Extra OpenFX plugins for Natron includes text node' 'natron-plugins')
source=("$pkgname::git+https://github.com/NatronGitHub/Natron.git#tag=$pkgver"
- "git+https://github.com/devernay/openfx.git"
+ "git+https://github.com/NatronGitHub/openfx.git"
"git+https://github.com/NatronGitHub/google-test.git"
"git+https://github.com/NatronGitHub/google-mock.git"
"git+https://github.com/NatronGitHub/SequenceParsing.git"