summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2022-08-14 00:52:29 -0300
committerTércio Martins2022-08-14 00:52:29 -0300
commitaa77ecd119a7423529ebef5241598741a6249d26 (patch)
tree1c344e288769ffcfe1b9625002b3371bc4fefd31
parent87fb6869cea65160388bc9da2176a8e3e3911379 (diff)
downloadaur-aa77ecd119a7423529ebef5241598741a6249d26.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 35c7edfc7be2..225016427a84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,6 @@ pkgbase = openfx-arena-git
depends = libzip
depends = poppler-glib
depends = sox
- provides = openfx-arena
conflicts = openfx-arena
source = openfx-arena::git+https://github.com/NatronGitHub/openfx-arena
source = openfx::git+https://github.com/NatronGitHub/openfx
diff --git a/PKGBUILD b/PKGBUILD
index f1197d85c413..03c6ca1b3337 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,6 @@ _pkgname=${pkgname%-git}
_url=${url%/${_pkgname}}
conflicts=("${_pkgname}")
-provides=("${_pkgname}")
source=("${_pkgname}::git+${url}"
"openfx::git+${_url}/openfx"