summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2019-08-11 03:57:32 -0300
committerTércio Martins2019-08-11 03:57:32 -0300
commit6500e61ef20a6fe5bede70cd98ceea7ddd9f366f (patch)
treef8a938021d1a8cb1dc0194febb156a3dcc9a45b1
parent4c4151b1f810b035db29d7fa931355afd4f7d28f (diff)
downloadaur-6500e61ef20a6fe5bede70cd98ceea7ddd9f366f.tar.gz
Update to version 2.3.15_rc.7
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD17
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75a0ddce3781..16d066ec46ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openfx-misc
pkgdesc = Miscellaneous OpenFX plugins
- pkgver = 2.3.15_pre5
+ pkgver = 2.3.15_rc.7
pkgrel = 1
url = https://github.com/NatronGitHub/openfx-misc
arch = i686
@@ -9,9 +9,10 @@ pkgbase = openfx-misc
license = GPL
makedepends = openmp
depends = libgl
- source = openfx-misc_a64b518.tar.gz::https://github.com/NatronGitHub/openfx-misc/tarball/a64b518
- source = openfx_5d9ac2c.tar.gz::https://github.com/NatronGitHub/openfx/tarball/5d9ac2c
- source = openfx-supportext_20bdc01.tar.gz::https://github.com/NatronGitHub/openfx-supportext/tarball/20bdc01
+ optdepends = natron-plugins: More presets for the Shadertoy plugin
+ source = openfx-misc_aee6629.tar.gz::https://github.com/NatronGitHub/openfx-misc/tarball/aee6629
+ source = openfx_f5f4139.tar.gz::https://github.com/NatronGitHub/openfx/tarball/f5f4139
+ source = openfx-supportext_961aabd.tar.gz::https://github.com/NatronGitHub/openfx-supportext/tarball/961aabd
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 388f5be7691d..27a5fe8f375b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,20 @@
# Contributor: Hugo Courtial <hugo [at] courtial [not colon] me>
# Contributor: Luca Weiss <luca (at) z3ntu (dot) xyz>
-_openfx_misc_commit=a64b518
-_openfx_commit=5d9ac2c
-_openfx_supportext_commit=20bdc01
+_openfx_misc_commit=aee6629
+_openfx_commit=f5f4139
+_openfx_supportext_commit=961aabd
pkgname=openfx-misc
-pkgver=2.3.15_pre5
+pkgver=2.3.15_rc.7
pkgrel=1
-arch=("i686" "pentium4" "x86_64")
+arch=('i686' 'pentium4' 'x86_64')
pkgdesc="Miscellaneous OpenFX plugins"
url="https://github.com/NatronGitHub/openfx-misc"
-license=("GPL")
-makedepends=("openmp")
-depends=("libgl")
+license=('GPL')
+makedepends=('openmp')
+depends=('libgl')
+optdepends=('natron-plugins: More presets for the Shadertoy plugin')
source=("openfx-misc_$_openfx_misc_commit.tar.gz::https://github.com/NatronGitHub/openfx-misc/tarball/$_openfx_misc_commit"
"openfx_$_openfx_commit.tar.gz::https://github.com/NatronGitHub/openfx/tarball/$_openfx_commit"
"openfx-supportext_$_openfx_supportext_commit.tar.gz::https://github.com/NatronGitHub/openfx-supportext/tarball/$_openfx_supportext_commit")