summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-04-10 11:23:01 +0200
committerNarrat2022-04-10 11:23:01 +0200
commit32c99d60119c7e2cc80883e6ff44a5e320b4a31d (patch)
treea787f6caa3ee76db8336982582cad677115a3a17
parenta1595a881a5d407bce86dfd4785aec7a50fa066f (diff)
downloadaur-32c99d60119c7e2cc80883e6ff44a5e320b4a31d.tar.gz
labwc: update to 0.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efa35b84b532..0bc01c9f826c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
- pkgver = 0.5.0
- pkgrel = 2
+ pkgver = 0.5.1
+ pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
license = GPL2
@@ -14,7 +14,7 @@ pkgbase = labwc
depends = wayland
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
- source = labwc-0.5.0.tar.gz::https://github.com/labwc/labwc/archive/0.5.0.tar.gz
- b2sums = bb7008b60e180fa9f936cb2a09e4ce616e70c2238dceb32e29f4cd8396a2ca2f0f58b43240afd9f4ed95cc371155ee154c20a261f6fbeb3321846870631d7d47
+ source = labwc-0.5.1.tar.gz::https://github.com/labwc/labwc/archive/0.5.1.tar.gz
+ b2sums = 58bb7263be3e3323676209393e9e99fde332fbd525bfa00eab10b9d0c69ffd9b949053743e59fc666f51c01b95b6ef628adad3a2f1c42bd8948a4c04dcdf1125
pkgname = labwc
diff --git a/PKGBUILD b/PKGBUILD
index ce568812b601..5dbb67712645 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=labwc
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.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' '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=('bb7008b60e180fa9f936cb2a09e4ce616e70c2238dceb32e29f4cd8396a2ca2f0f58b43240afd9f4ed95cc371155ee154c20a261f6fbeb3321846870631d7d47')
+b2sums=('58bb7263be3e3323676209393e9e99fde332fbd525bfa00eab10b9d0c69ffd9b949053743e59fc666f51c01b95b6ef628adad3a2f1c42bd8948a4c04dcdf1125')
build() {