summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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"