summarylogtreecommitdiffstats
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
parentc94d156b8a771c9854326f17d065b81913874226 (diff)
downloadaur-399c2f6ed1689106071e384bd2ce6f083529210a.tar.gz
Fixing outdated source (openfx)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 754d8318d583..ae0b6b80c201 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = natron
pkgdesc = Open source compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
pkgver = 2.3.10
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/NatronGitHub/Natron
arch = i686
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = natron
optdepends = openfx-arena: Extra OpenFX plugins for Natron includes text node
optdepends = natron-plugins
source = natron::git+https://github.com/NatronGitHub/Natron.git#tag=2.3.10
- source = git+https://github.com/devernay/openfx.git
+ source = git+https://github.com/NatronGitHub/openfx.git
source = git+https://github.com/NatronGitHub/google-test.git
source = git+https://github.com/NatronGitHub/google-mock.git
source = git+https://github.com/NatronGitHub/SequenceParsing.git
@@ -35,7 +35,7 @@ pkgbase = natron
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
- sha512sums = 72f90b173009c30ae3e152e8496bada94e0c9371c58901cbfb0b4dc1ffab24f5d93c7a218d6f1fe90761a736cbc50622bbc9d98a41a3b7c91b390ef945e54f12
+ sha512sums = SKIP
sha512sums = 48017b7b9cd1854064b9ddffecedef89a4d38070f9a7d2cd506aad481a8061c5cffe5e5c84fc9b0ac5216fc99e093481db367e91ce52cb2a8a66223c4209402a
pkgname = natron
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"