summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"