summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-07-16 18:00:07 +0200
committerNarrat2022-07-16 18:00:07 +0200
commitc901f61ce00f6658ad49be09cf3ad84bf89a2712 (patch)
treea27a5d1e47e53b226892436a94085d7dda261070
parentfe5efce9980ed76aa9e8300523ccc56de0703552 (diff)
downloadaur-c901f61ce00f6658ad49be09cf3ad84bf89a2712.tar.gz
labwc: update to 0.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f429372d60d..f3d9ef22b03b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = labwc
depends = wayland
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
- source = labwc-0.5.2.tar.gz::https://github.com/labwc/labwc/archive/0.5.2.tar.gz
- b2sums = a839cb1e4b84a455c8cc0d411e3cb5d9960477568d062e847fcda7ef0f69f822e28bbdda088f2f6130d63d7c65bf8c623a0cb909d6eebb71fd91482c49e5154d
+ source = labwc-0.5.3.tar.gz::https://github.com/labwc/labwc/archive/0.5.3.tar.gz
+ b2sums = c43c7b8f59b886436a6dce6c1e8383381ee6228d7207ec1caa84f49ddc8b0bcd772e22f18e05794a82b79f566ab54e7efb13be1d3d45c34ee81a44bf929a5304
pkgname = labwc
diff --git a/PKGBUILD b/PKGBUILD
index fd1641940bf0..f1fe90456b8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=labwc
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc='stacking wayland compositor with look and feel from openbox'
url="https://github.com/labwc/labwc"
@@ -11,7 +11,7 @@ depends=('pango' 'wlroots>=0.15' 'wlroots<0.16' 'wayland' '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=('a839cb1e4b84a455c8cc0d411e3cb5d9960477568d062e847fcda7ef0f69f822e28bbdda088f2f6130d63d7c65bf8c623a0cb909d6eebb71fd91482c49e5154d')
+b2sums=('c43c7b8f59b886436a6dce6c1e8383381ee6228d7207ec1caa84f49ddc8b0bcd772e22f18e05794a82b79f566ab54e7efb13be1d3d45c34ee81a44bf929a5304')
build() {