summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-03-21 21:16:06 +0100
committerNarrat2023-03-21 21:16:06 +0100
commit16763ac47e51ee4d9c68af2520b398345bf92545 (patch)
tree575c133f3fd12259a5d3c8323b50f299fe529814
parenta8a68c440e5c891ca460433c3c741261a917c92a (diff)
downloadaur-16763ac47e51ee4d9c68af2520b398345bf92545.tar.gz
labwc: update to 0.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd28b4bf93b3..49317ff79f7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
- pkgver = 0.6.1
+ pkgver = 0.6.2
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.1.tar.gz::https://github.com/labwc/labwc/archive/0.6.1.tar.gz
- b2sums = 07a009305209d68ce8952805d7a680d57ba6d18becddac806ad1a7c74d645734e9daa0b60e58bcf89da955af842dc85bd5b3f5211ce0336d3286fc63493e0dfe
+ source = labwc-0.6.2.tar.gz::https://github.com/labwc/labwc/archive/0.6.2.tar.gz
+ b2sums = faaacae252a82fa4ff37f1c63fea94ccdec4b590dde49b1f72170238682649381b7184f9c3ec6c5ed1fb46cbd7f44d7208a226b3e03b99b2c998d7f12b710232
pkgname = labwc
diff --git a/PKGBUILD b/PKGBUILD
index 132ef068eeb6..1b25053e8f39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=labwc
-pkgver=0.6.1
+pkgver=0.6.2
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=('07a009305209d68ce8952805d7a680d57ba6d18becddac806ad1a7c74d645734e9daa0b60e58bcf89da955af842dc85bd5b3f5211ce0336d3286fc63493e0dfe')
+b2sums=('faaacae252a82fa4ff37f1c63fea94ccdec4b590dde49b1f72170238682649381b7184f9c3ec6c5ed1fb46cbd7f44d7208a226b3e03b99b2c998d7f12b710232')
build() {