summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-04-09 15:46:19 -0400
committerYour Name2018-04-09 15:46:19 -0400
commit4cd32be6379b6937ad3c0dfbaf477fd401c680f1 (patch)
treeec4b6f30edd9698a16335a4dcf2af978d4ad7f41
parent93a47167de195210f9d026d5be6b51dc1a2e17a2 (diff)
downloadaur-4cd32be6379b6937ad3c0dfbaf477fd401c680f1.tar.gz
210
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f3479abd3ac..84c44faea20c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openfx-arena
pkgdesc = Extra OpenFX plugins for Natron
- pkgver = 2.3.4
- pkgrel = 3
+ pkgver = 2.3.10
+ pkgrel = 1
url = https://github.com/olear/openfx-arena
arch = x86_64
license = GPL2
@@ -15,7 +15,7 @@ pkgbase = openfx-arena
depends = poppler-glib
optdepends = natron-plugins
optdepends = openfx-gmic-bin
- source = openfx-arena::git+https://github.com/MrKepzie/openfx-arena.git#tag=Natron-2.3.4
+ source = ::git+https://github.com/NatronGitHub/openfx-arena.git#commit=7da90f3f855d880572a9214445ba861a884a9132
source = git+https://github.com/devernay/openfx.git
source = git+https://github.com/devernay/openfx-supportext.git
source = git+https://github.com/MrKepzie/openfx-io.git
diff --git a/PKGBUILD b/PKGBUILD
index 4f25c2bb55ee..965db38667b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Luca Weiss <luca (at) z3ntu (dot) xyz>
pkgname=openfx-arena
-pkgver=2.3.4
-pkgrel=3
+pkgver=2.3.10
+pkgrel=1
arch=("x86_64")
pkgdesc="Extra OpenFX plugins for Natron"
url="https://github.com/olear/openfx-arena"
@@ -12,7 +12,8 @@ makedepends=("git")
depends=("imagemagick" "libcdr" "librsvg" "libtool" "libzip" "opencolorio" "poppler-glib")
optdepends=("natron-plugins" "openfx-gmic-bin")
depends_x86_64=("gcc-libs-multilib")
-source=("$pkgname::git+https://github.com/MrKepzie/openfx-arena.git#tag=Natron-$pkgver"
+com=7da90f3f855d880572a9214445ba861a884a9132
+source=("$name::git+https://github.com/NatronGitHub/openfx-arena.git#commit=$com"
"git+https://github.com/devernay/openfx.git"
"git+https://github.com/devernay/openfx-supportext.git"
"git+https://github.com/MrKepzie/openfx-io.git"