summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2024-05-11 10:15:11 +0200
committerNarrat2024-05-11 10:15:11 +0200
commit010c127178870bbe9c1f7d336b85b545d85a3414 (patch)
tree0d72e29926f3bf4880399452ac5014ae7d3ecbef
parentdcd9e5c91679d395854b58b7826d2b6c191740d1 (diff)
downloadaur-labwc.tar.gz
labwc: update to 0.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f06e32c73f2..5c884fc66cfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = labwc
depends = wayland
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
- source = labwc-0.7.1.tar.gz::https://github.com/labwc/labwc/archive/0.7.1.tar.gz
- b2sums = 55e5539953edaccbb8b3c991b7cbc362c1783c0eb49ba92f3b135b95f2462226073d61a4122171662f63419b21141088da9a742a9b320e55e868fb6e2049d00a
+ source = labwc-0.7.2.tar.gz::https://github.com/labwc/labwc/archive/0.7.2.tar.gz
+ b2sums = 68d47d316f5dd19252db4ea11c313a9f8da560b25ff16623ee63f8ce88eccbea779e6a9f37bbf343a4926afecf40e3c9b1038833a171fe4acd90cf8b6b9035c0
pkgname = labwc
diff --git a/PKGBUILD b/PKGBUILD
index bf22a0e624f4..004a1ee41841 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=labwc
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc='stacking wayland compositor with look and feel from openbox'
url="https://github.com/labwc/labwc"
@@ -11,7 +11,7 @@ depends=('libpng' 'librsvg' 'pango' 'seatd' 'wlroots>=0.17' 'wlroots<0.18' 'wayl
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=('55e5539953edaccbb8b3c991b7cbc362c1783c0eb49ba92f3b135b95f2462226073d61a4122171662f63419b21141088da9a742a9b320e55e868fb6e2049d00a')
+b2sums=('68d47d316f5dd19252db4ea11c313a9f8da560b25ff16623ee63f8ce88eccbea779e6a9f37bbf343a4926afecf40e3c9b1038833a171fe4acd90cf8b6b9035c0')
build() {