summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanabishi2021-12-03 18:32:51 +0500
committerHanabishi2021-12-03 18:32:51 +0500
commit5b6f897fa99d9d93486a173ddf9ea940833cb0fe (patch)
tree202486d3177d747fdd68a123da6c75781077a6b0
parent6e6dbf92279b33d5b01653c14ca2620cc77322a7 (diff)
downloadaur-5b6f897fa99d9d93486a173ddf9ea940833cb0fe.tar.gz
Fix provides-conflicts
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b4ad94dd2d9..44a4e5c547ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = kwin-bismuth-bin
pkgdesc = Addon for KDE Plasma to arrange your windows automatically and switch between them using keyboard shortcuts, like tiling window managers.
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Bismuth-Forge/bismuth
arch = x86_64
license = MIT
depends = systemsettings
- provides = bismuth=2.1.0
- provides = kwin-bismuth=2.1.0
- conflicts = bismuth
+ provides = kwin-bismuth
+ conflicts = kwin-bismuth
options = !emptydirs
source = bismuth-bin-2.1.0.tar.gz::https://github.com/Bismuth-Forge/bismuth/releases/download/v2.1.0/binary-release.tar.gz
source = hide-tray-icon.patch
diff --git a/PKGBUILD b/PKGBUILD
index 420718c651df..d5e232f7b11c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@ HIDE_TRAY_ICON=0
pkgname=kwin-bismuth-bin
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Addon for KDE Plasma to arrange your windows automatically and switch between them using keyboard shortcuts, like tiling window managers."
arch=('x86_64')
url="https://github.com/Bismuth-Forge/bismuth"
license=('MIT')
depends=('systemsettings')
-makedepends=()
-provides=("bismuth=${pkgver}" "kwin-bismuth=${pkgver}")
-conflicts=('bismuth')
+provides=('kwin-bismuth')
+conflicts=('kwin-bismuth')
options=('!emptydirs')
source=(