summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr460nf1r32021-02-19 19:29:28 +0100
committerdr460nf1r32021-02-19 19:29:28 +0100
commit2476b6b0c75c74aa19ddbd4630831988928a303d (patch)
treeac5857c95f0ce92486791ad3f0054210af08ac47
parent861ce5245cd0ac9ddad40b7aa72e981140fcfa6e (diff)
downloadaur-2476b6b0c75c74aa19ddbd4630831988928a303d.tar.gz
Add conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68715eac4fe3..44718f3d0f5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plasma5-applets-window-buttons-git
pkgdesc = Plasma 5 applet in order to show window buttons in your panels
pkgver = 0.8.1.r0.g1668c69
- pkgrel = 2
+ pkgrel = 1
url = https://github.com/psifidotos/applet-window-buttons
arch = x86_64
license = GPL
@@ -9,7 +9,9 @@ pkgbase = plasma5-applets-window-buttons-git
makedepends = extra-cmake-modules
depends = plasma-workspace
provides = plasma5-applets-window-buttons
+ provides = libappletdecoration
conflicts = plasma5-applets-window-buttons
+ conflicts = libappletdecoration
source = git+https://github.com/psifidotos/applet-window-buttons.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6ef6d85b73c5..2d6f68534399 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_gitname=applet-window-buttons
pkgname=plasma5-applets-window-buttons-git
pkgver=0.8.1.r0.g1668c69
-pkgrel=3
+pkgrel=1
pkgdesc="Plasma 5 applet in order to show window buttons in your panels"
arch=(x86_64)
url="https://github.com/psifidotos/${_gitname}"
license=(GPL)
depends=(plasma-workspace)
makedepends=(git extra-cmake-modules)
-conflicts=(plasma5-applets-window-buttons)
+conflicts=(plasma5-applets-window-buttons libappletdecoration)
provides=(plasma5-applets-window-buttons libappletdecoration)
source=("git+${url}.git")
sha256sums=('SKIP')