summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fd97cef0b5e..87038f65d1e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,8 @@ pkgbase = natron-compositor-git
optdepends = openfx-gmic: OpenFX wrapper for the GMIC framework
optdepends = openfx-io: Readers/Writers plugins
optdepends = openfx-misc: Miscellaneous OpenFX plugins
- conflicts = natron
+ provides = natron-compositor
+ conflicts = natron-compositor
source = natron::git+https://github.com/NatronGitHub/Natron
source = openfx::git+https://github.com/NatronGitHub/openfx
source = OpenColorIO-Configs::git+https://github.com/NatronGitHub/OpenColorIO-Configs
diff --git a/PKGBUILD b/PKGBUILD
index ab3a5a90307b..b27dd9f3b3d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,8 @@ optdepends=('openfx-arena: Extra OpenFX plugins for Natron'
_pkgname=${pkgname%%-*}
_url="https://github.com/NatronGitHub"
-conflicts=("$_pkgname")
+conflicts=("${pkgname%-*}")
+provides=("${pkgname%-*}")
source=("$_pkgname::git+$_url/${_pkgname^}"
"openfx::git+$_url/openfx"