summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-01-29 19:42:10 +0100
committerNarrat2023-01-29 19:42:10 +0100
commita8a68c440e5c891ca460433c3c741261a917c92a (patch)
treedce297ad6dc30c3d11890e8b6d78df167ef14b7c
parent94460622dfe231b6fb153c08e4dab11237dd40d2 (diff)
downloadaur-a8a68c440e5c891ca460433c3c741261a917c92a.tar.gz
labwc: update to 0.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 533d410decca..bd28b4bf93b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
- pkgver = 0.6.0
- pkgrel = 2
+ pkgver = 0.6.1
+ pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
license = GPL2
@@ -14,7 +14,7 @@ pkgbase = labwc
depends = wlroots<0.17
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
- source = labwc-0.6.0.tar.gz::https://github.com/labwc/labwc/archive/0.6.0.tar.gz
- b2sums = f3d51f6d0e04b2aee199d692b5327339237813021a84c9fb7530a4b30ba2d4eb837c260c1ba402c9c1c6adf4990ec8116f9b9f61266261e655f6b9582c079c68
+ source = labwc-0.6.1.tar.gz::https://github.com/labwc/labwc/archive/0.6.1.tar.gz
+ b2sums = 07a009305209d68ce8952805d7a680d57ba6d18becddac806ad1a7c74d645734e9daa0b60e58bcf89da955af842dc85bd5b3f5211ce0336d3286fc63493e0dfe
pkgname = labwc
diff --git a/PKGBUILD b/PKGBUILD
index d540a194c288..132ef068eeb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=labwc
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
pkgdesc='stacking wayland compositor with look and feel from openbox'
url="https://github.com/labwc/labwc"
arch=('x86_64')
@@ -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=('f3d51f6d0e04b2aee199d692b5327339237813021a84c9fb7530a4b30ba2d4eb837c260c1ba402c9c1c6adf4990ec8116f9b9f61266261e655f6b9582c079c68')
+b2sums=('07a009305209d68ce8952805d7a680d57ba6d18becddac806ad1a7c74d645734e9daa0b60e58bcf89da955af842dc85bd5b3f5211ce0336d3286fc63493e0dfe')
build() {