summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2022-08-14 00:54:28 -0300
committerTércio Martins2022-08-14 00:54:28 -0300
commit9b740972826d7da0978c332597a715794e37221c (patch)
treed0ee37a02e999c663353f653811521310ade2445
parente73315421c0e6209a6d306629dffc0b31314c95c (diff)
downloadaur-9b740972826d7da0978c332597a715794e37221c.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 93485b09f317..7fd332eaf63d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = openfx-misc-git
depends = libgl
depends = python
optdepends = natron-plugins-git: More presets for the Shadertoy plugin
- provides = openfx-misc
conflicts = openfx-misc
source = openfx-misc::git+https://github.com/NatronGitHub/openfx-misc
source = openfx::git+https://github.com/NatronGitHub/openfx
diff --git a/PKGBUILD b/PKGBUILD
index 218ca57d4fa8..baff5a77afac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,6 @@ _pkgname=${pkgname%-git}
_url=${url%/${_pkgname}}
conflicts=("${_pkgname}")
-provides=("${_pkgname}")
source=("${_pkgname}::git+${url}"
"openfx::git+${_url}/openfx"