summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2022-08-14 00:54:01 -0300
committerTércio Martins2022-08-14 00:54:01 -0300
commitfcce2ce1a28ecc936cb76e567aeda501780e2160 (patch)
tree326a0103ac28d5d625456bc0c8b84e2920dae665
parentab1839639141b29bcea00a04841c5ae2bae9ed5c (diff)
downloadaur-fcce2ce1a28ecc936cb76e567aeda501780e2160.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 c9993c58bc87..74f6a78e454b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = openfx-io-git
depends = ffmpeg
depends = openimageio
depends = libseexpr2
- provides = openfx-io
conflicts = openfx-io
source = openfx-io::git+https://github.com/NatronGitHub/openfx-io
source = openfx::git+https://github.com/NatronGitHub/openfx
diff --git a/PKGBUILD b/PKGBUILD
index 4d19b4d05b05..4ce717ace583 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"