summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-05-18 17:30:24 +0200
committerNarrat2022-05-18 17:30:24 +0200
commitfe5efce9980ed76aa9e8300523ccc56de0703552 (patch)
treed9aa822f1f78144dd3e8c32102595bae76a50923
parent32c99d60119c7e2cc80883e6ff44a5e320b4a31d (diff)
downloadaur-fe5efce9980ed76aa9e8300523ccc56de0703552.tar.gz
labwc: update to 0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bc01c9f826c..7f429372d60d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
- pkgver = 0.5.1
+ pkgver = 0.5.2
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.1.tar.gz::https://github.com/labwc/labwc/archive/0.5.1.tar.gz
- b2sums = 58bb7263be3e3323676209393e9e99fde332fbd525bfa00eab10b9d0c69ffd9b949053743e59fc666f51c01b95b6ef628adad3a2f1c42bd8948a4c04dcdf1125
+ source = labwc-0.5.2.tar.gz::https://github.com/labwc/labwc/archive/0.5.2.tar.gz
+ b2sums = a839cb1e4b84a455c8cc0d411e3cb5d9960477568d062e847fcda7ef0f69f822e28bbdda088f2f6130d63d7c65bf8c623a0cb909d6eebb71fd91482c49e5154d
pkgname = labwc
diff --git a/PKGBUILD b/PKGBUILD
index 5dbb67712645..fd1641940bf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=labwc
-pkgver=0.5.1
+pkgver=0.5.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' '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=('58bb7263be3e3323676209393e9e99fde332fbd525bfa00eab10b9d0c69ffd9b949053743e59fc666f51c01b95b6ef628adad3a2f1c42bd8948a4c04dcdf1125')
+b2sums=('a839cb1e4b84a455c8cc0d411e3cb5d9960477568d062e847fcda7ef0f69f822e28bbdda088f2f6130d63d7c65bf8c623a0cb909d6eebb71fd91482c49e5154d')
build() {