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 f558b9411581..c18fa91bbe7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,10 +16,10 @@ pkgbase = natron-compositor-git
depends = boost-libs
depends = cairo
depends = pyside2
- 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 2bee60b022b5..1640fd9da0bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,10 @@ url="https://natrongithub.github.io/"
license=('GPL')
depends=('boost-libs' 'cairo' 'pyside2')
makedepends=('boost' 'extra-cmake-modules' 'git' 'glfw' 'openmp' 'ninja' 'python-qtpy' 'shiboken2')
-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"