summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2022-08-14 00:53:24 -0300
committerTércio Martins2022-08-14 00:53:24 -0300
commita39b98de20fc511f33d14f9c978bfab93a0d84e4 (patch)
tree8fdcdbf6ec97be661388ec4094e8b95a7d693e52
parent82bdb303f15c3083a085b6a6e83c633883313ee5 (diff)
downloadaur-a39b98de20fc511f33d14f9c978bfab93a0d84e4.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 4e4583efa8ad..9df1a8ba751d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = openfx-gmic-git
depends = fftw
depends = libgl
depends = libpng
- provides = openfx-gmic
conflicts = openfx-gmic
source = openfx-gmic::git+https://github.com/NatronGitHub/openfx-gmic
source = openfx::git+https://github.com/NatronGitHub/openfx
diff --git a/PKGBUILD b/PKGBUILD
index 990e0b4e2d7f..8f21932ad78c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,6 @@ _pkgname=${pkgname%-git}
_url=${url%/${_pkgname}}
conflicts=("${_pkgname}")
-provides=("${_pkgname}")
source=("${_pkgname}::git+${url}"
"openfx::git+${_url}/openfx")