summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStMartin812020-11-12 22:37:49 +0100
committerStMartin812020-11-12 22:37:49 +0100
commit6ce351195b0942d165b8b55c20c6b895b0e59976 (patch)
tree6f010dca3f1dca9cb06001a2c1b1429d4316bcbd
parentcd35e374ed5911405a05935168d0847b91121cee (diff)
downloadaur-6ce351195b0942d165b8b55c20c6b895b0e59976.tar.gz
Revert replacing conflicts and provides with variables
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19d8ef2c2535..ad3b53b6e07b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ depends=()
makedepends=(qt5-base extra-cmake-modules git)
source=("git+https://invent.kde.org/libraries/${_pkgname}")
sha256sums=('SKIP')
-provides=(${_pkgname})
-conflicts=(${_pkgname})
+provides=(plasma-wayland-protocols)
+conflicts=(plasma-wayland-protocols)
pkgver() {
cd ${_pkgname}