summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan2017-02-24 18:43:27 -0400
committerJuan2017-02-24 18:43:27 -0400
commit396abe4f1e375209bd275436501b43a0c2ea3023 (patch)
tree2892f772234d8daab45e7b711a0a4544c2664c8e
parente412529b46e60b7fa0d58ddac588a29787046f90 (diff)
downloadaur-396abe4f1e375209bd275436501b43a0c2ea3023.tar.gz
.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4205e0745263..0c975e2d6cfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,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.2.5
pkgrel = 1
- url = http://natron.fr/
+ url = https://github.com/triceratops1/natron-arch
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a6d216c64a8d..ff7e562f069c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=natron
pkgver=2.2.5
-pkgrel=1
+pkgrel=2
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="http://natron.fr/"
+url="https://github.com/triceratops1/natron-arch"
license=("GPL")
depends=('fontconfig' 'qt4' 'python2-pyside' 'python2-shiboken' 'boost-libs' 'pixman' 'glfw-x11' 'cairo' 'openfx-io' 'openfx-misc')
makedepends=('git' 'expat' 'boost')