summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2022-08-14 00:55:03 -0300
committerTércio Martins2022-08-14 00:55:03 -0300
commit10dfbd066ca30e8a5a8755675595ffdaa689f3ef (patch)
tree363e9ccc142ca4582b36280fb1a6a1db52d688f1
parentebb279770989a058d97b0de5b6b051a920916418 (diff)
downloadaur-10dfbd066ca30e8a5a8755675595ffdaa689f3ef.tar.gz
Remove "provides" variable in PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87038f65d1e0..d06109685c95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,6 @@ 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
- provides = natron-compositor
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 b27dd9f3b3d4..702a12c41fd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,6 @@ _pkgname=${pkgname%%-*}
_url="https://github.com/NatronGitHub"
conflicts=("${pkgname%-*}")
-provides=("${pkgname%-*}")
source=("$_pkgname::git+$_url/${_pkgname^}"
"openfx::git+$_url/openfx"