summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-07-16 18:44:58 +0200
committerNarrat2023-07-16 18:44:58 +0200
commit2b8cf66463ec3590c8eae426b0449d23b8fe9fb8 (patch)
tree2e18b607f7cd14c0145a5c2bca0f9d0fe7efbb7c
parent3dd84e93bc8813108af3e99589329624e9cda4fc (diff)
downloadaur-2b8cf66463ec3590c8eae426b0449d23b8fe9fb8.tar.gz
labwc: update to 0.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 289cbec5f19f..8703ac9677ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
- pkgver = 0.6.3
+ pkgver = 0.6.4
pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = labwc
depends = wlroots<0.17
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
- source = labwc-0.6.3.tar.gz::https://github.com/labwc/labwc/archive/0.6.3.tar.gz
- b2sums = e753e27ec51f0c81026e78803e4790316dc11069381a0aea796ac87d951c86eba83518095c654f6eb5a6026b186f19658ac9359c1be0dfe645dc8fe55a9b0f83
+ source = labwc-0.6.4.tar.gz::https://github.com/labwc/labwc/archive/0.6.4.tar.gz
+ b2sums = 3defb0f9b7e8fb626aca488e057e705b0f06e48f67ab647554e4d9e3b3423e99c18a47fdde7b800672f92cfa34dbfd1448701cf5b22b1e2931967cfd048824e6
pkgname = labwc
diff --git a/PKGBUILD b/PKGBUILD
index 70bec9f69726..7be3bb495239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=labwc
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc='stacking wayland compositor with look and feel from openbox'
url="https://github.com/labwc/labwc"
@@ -11,7 +11,7 @@ depends=('pango' 'wayland' 'wlroots>=0.16' 'wlroots<0.17' 'xorg-xwayland')
makedepends=('meson' 'scdoc' 'wayland-protocols')
optdepends=("bemenu: default launcher via Alt+F3")
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/labwc/labwc/archive/${pkgver}.tar.gz")
-b2sums=('e753e27ec51f0c81026e78803e4790316dc11069381a0aea796ac87d951c86eba83518095c654f6eb5a6026b186f19658ac9359c1be0dfe645dc8fe55a9b0f83')
+b2sums=('3defb0f9b7e8fb626aca488e057e705b0f06e48f67ab647554e4d9e3b3423e99c18a47fdde7b800672f92cfa34dbfd1448701cf5b22b1e2931967cfd048824e6')
build() {