summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2024-03-02 20:29:17 +0100
committerNarrat2024-03-02 20:29:17 +0100
commit8e041360b8e48adebc7dcbdbf469317d50e61231 (patch)
tree70872880f6ae25a11dfbb41bafd13646efd1d5f6
parent7c61b0742e08c7ba3df82daebd41971caace2a67 (diff)
downloadaur-8e041360b8e48adebc7dcbdbf469317d50e61231.tar.gz
labwc: update to 0.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c328b8c3365a..4d46a85e757d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
- pkgver = 0.7.0
- pkgrel = 2
+ pkgver = 0.7.1
+ pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
license = GPL2
@@ -17,7 +17,7 @@ pkgbase = labwc
depends = wayland
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
- source = labwc-0.7.0.tar.gz::https://github.com/labwc/labwc/archive/0.7.0.tar.gz
- b2sums = 18ab44981eb4c8f949707243422feebe4292e7ac8b7cada8d309af12fad55bfc742f5ad0600f1f77dfdc83497f5dd0c546363f5b711460b1a11197ce2e13e5ca
+ source = labwc-0.7.1.tar.gz::https://github.com/labwc/labwc/archive/0.7.1.tar.gz
+ b2sums = 55e5539953edaccbb8b3c991b7cbc362c1783c0eb49ba92f3b135b95f2462226073d61a4122171662f63419b21141088da9a742a9b320e55e868fb6e2049d00a
pkgname = labwc
diff --git a/PKGBUILD b/PKGBUILD
index d9d4cb5c1303..17e20008ac85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=labwc
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.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=('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=('18ab44981eb4c8f949707243422feebe4292e7ac8b7cada8d309af12fad55bfc742f5ad0600f1f77dfdc83497f5dd0c546363f5b711460b1a11197ce2e13e5ca')
+b2sums=('55e5539953edaccbb8b3c991b7cbc362c1783c0eb49ba92f3b135b95f2462226073d61a4122171662f63419b21141088da9a742a9b320e55e868fb6e2049d00a')
build() {