summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr460nf1r32021-01-22 17:13:17 +0100
committerdr460nf1r32021-01-22 17:13:17 +0100
commit1bbe0b90f4d486a9c44e05c307ae58831f66c727 (patch)
tree7943f63599590f318b38aa1ebfaa85b09ac02dd6
parent8fd245c64ce2a5a28cd405a6a1b3b0646627e11d (diff)
downloadaur-1bbe0b90f4d486a9c44e05c307ae58831f66c727.tar.gz
Add provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40de576fa841..68715eac4fe3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
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 = 1
+ pkgrel = 2
url = https://github.com/psifidotos/applet-window-buttons
arch = x86_64
license = GPL
makedepends = git
makedepends = extra-cmake-modules
depends = plasma-workspace
+ provides = plasma5-applets-window-buttons
conflicts = plasma5-applets-window-buttons
source = git+https://github.com/psifidotos/applet-window-buttons.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 10f248f231bc..73d7bc011b2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gitname=applet-window-buttons
pkgname=plasma5-applets-window-buttons-git
pkgver=0.8.1.r0.g1668c69
-pkgrel=1
+pkgrel=2
pkgdesc="Plasma 5 applet in order to show window buttons in your panels"
arch=(x86_64)
url="https://github.com/psifidotos/${_gitname}"
@@ -11,6 +11,7 @@ license=(GPL)
depends=(plasma-workspace)
makedepends=(git extra-cmake-modules)
conflicts=(plasma5-applets-window-buttons)
+provides=(plasma5-applets-window-buttons)
source=("git+${url}.git")
sha256sums=('SKIP')