summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHanabishi2022-04-10 04:52:35 +0500
committerHanabishi2022-04-10 04:52:35 +0500
commitce2dcb563b8800826ee984403e7f1a1feca91f90 (patch)
tree137438ce5e7259ce74fc8890059f522809555000 /PKGBUILD
parent63802bbef59cae916f2a8092f8b3bfef60944606 (diff)
downloadaur-ce2dcb563b8800826ee984403e7f1a1feca91f90.tar.gz
New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a406039bf09e..991e8bc2a34d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
pkgname=kwin-bismuth-bin
-pkgver=3.0.0
+pkgver=3.1.0
pkgrel=1
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')
-provides=('kwin-bismuth')
-conflicts=('kwin-bismuth')
+provides=("${pkgname%-bin}")
+conflicts=("${provides[@]}")
options=('!emptydirs')
_archive="bismuth-bin-${pkgver}.tar.gz"
source=("${_archive}::${url}/releases/download/v${pkgver}/binary-release.tar.gz")
-sha256sums=('64bfec8134f23a87a88db5f1502184b3d726558766bd4953390e9cfd1bb5a05b')
+sha256sums=('a7b84aeb374de1a0645cab4339aa6e0cdeddfdb83be3f646295bc22c572e8854')
noextract=("${_archive}")
package() {