summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2022-08-13 03:37:54 -0300
committerTércio Martins2022-08-13 03:37:54 -0300
commitebb279770989a058d97b0de5b6b051a920916418 (patch)
treed0dbdaf19bdb51e27adcfd8c5c2570ecdcb5bfd0
parent01a9e1d976a3d678bfb68e5193527e9a9f845d02 (diff)
downloadaur-ebb279770989a058d97b0de5b6b051a920916418.tar.gz
Insert "provides" variable in PKGBUILD
-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"