summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2022-08-19 15:24:19 -0300
committerTércio Martins2022-08-19 15:24:19 -0300
commit6e7c3dfa058c8c1dfb81fb320d9d042b4d68b8ae (patch)
treec62983154217425ea107ed04a18b9a66d6a9f2a8
parent649d80bf728583a25a828dcf36251cf526fe1bd2 (diff)
downloadaur-6e7c3dfa058c8c1dfb81fb320d9d042b4d68b8ae.tar.gz
Change OpenFX packages (in the "optdepends" section) to Git versions
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d44eab641a4..fde3f6a7be5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,10 +17,10 @@ pkgbase = natron-compositor-git
depends = pyside2
depends = python-qtpy
depends = shiboken2
- optdepends = openfx-arena: Extra OpenFX plugins for Natron
- optdepends = openfx-gmic: OpenFX wrapper for the GMIC framework
- optdepends = openfx-io: Readers/Writers plugins
- optdepends = openfx-misc: Miscellaneous OpenFX plugins
+ optdepends = openfx-arena-git: Extra OpenFX plugins for Natron
+ optdepends = openfx-gmic-git: OpenFX wrapper for the GMIC framework
+ optdepends = openfx-io-git: Readers/Writers plugins
+ optdepends = openfx-misc-git: Miscellaneous OpenFX plugins
conflicts = natron-compositor
source = natron::git+https://github.com/NatronGitHub/Natron
source = openfx::git+https://github.com/NatronGitHub/openfx
diff --git a/PKGBUILD b/PKGBUILD
index ae16877ed885..d20ac45171c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,10 @@ url="https://natrongithub.github.io/"
license=('GPL')
depends=('boost-libs' 'cairo' 'glfw' 'pyside2' 'python-qtpy' 'shiboken2')
makedepends=('boost' 'extra-cmake-modules' 'expat' 'git' 'openmp' 'ninja')
-optdepends=('openfx-arena: Extra OpenFX plugins for Natron'
- 'openfx-gmic: OpenFX wrapper for the GMIC framework'
- 'openfx-io: Readers/Writers plugins'
- 'openfx-misc: Miscellaneous OpenFX plugins')
+optdepends=('openfx-arena-git: Extra OpenFX plugins for Natron'
+ 'openfx-gmic-git: OpenFX wrapper for the GMIC framework'
+ 'openfx-io-git: Readers/Writers plugins'
+ 'openfx-misc-git: Miscellaneous OpenFX plugins')
_pkgname=${pkgname%%-*}
_url="https://github.com/NatronGitHub"