summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanabishi2022-04-10 04:52:35 +0500
committerHanabishi2022-04-10 04:52:35 +0500
commitce2dcb563b8800826ee984403e7f1a1feca91f90 (patch)
tree137438ce5e7259ce74fc8890059f522809555000
parent63802bbef59cae916f2a8092f8b3bfef60944606 (diff)
downloadaur-ce2dcb563b8800826ee984403e7f1a1feca91f90.tar.gz
New version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34dd903b1b5c..9efc570e1c13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = 3.0.0
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/Bismuth-Forge/bismuth
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = kwin-bismuth-bin
depends = systemsettings
provides = kwin-bismuth
conflicts = kwin-bismuth
- noextract = bismuth-bin-3.0.0.tar.gz
+ noextract = bismuth-bin-3.1.0.tar.gz
options = !emptydirs
- source = bismuth-bin-3.0.0.tar.gz::https://github.com/Bismuth-Forge/bismuth/releases/download/v3.0.0/binary-release.tar.gz
- sha256sums = 64bfec8134f23a87a88db5f1502184b3d726558766bd4953390e9cfd1bb5a05b
+ source = bismuth-bin-3.1.0.tar.gz::https://github.com/Bismuth-Forge/bismuth/releases/download/v3.1.0/binary-release.tar.gz
+ sha256sums = a7b84aeb374de1a0645cab4339aa6e0cdeddfdb83be3f646295bc22c572e8854
pkgname = kwin-bismuth-bin
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() {