summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-05-08 19:58:18 +0200
committerNarrat2023-05-08 19:58:18 +0200
commit3dd84e93bc8813108af3e99589329624e9cda4fc (patch)
tree5d06d1e590c59e604d5763219985b912abadb6f3
parent16763ac47e51ee4d9c68af2520b398345bf92545 (diff)
downloadaur-3dd84e93bc8813108af3e99589329624e9cda4fc.tar.gz
labwc: update to 0.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49317ff79f7b..289cbec5f19f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = labwc
depends = wlroots<0.17
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
- source = labwc-0.6.2.tar.gz::https://github.com/labwc/labwc/archive/0.6.2.tar.gz
- b2sums = faaacae252a82fa4ff37f1c63fea94ccdec4b590dde49b1f72170238682649381b7184f9c3ec6c5ed1fb46cbd7f44d7208a226b3e03b99b2c998d7f12b710232
+ source = labwc-0.6.3.tar.gz::https://github.com/labwc/labwc/archive/0.6.3.tar.gz
+ b2sums = e753e27ec51f0c81026e78803e4790316dc11069381a0aea796ac87d951c86eba83518095c654f6eb5a6026b186f19658ac9359c1be0dfe645dc8fe55a9b0f83
pkgname = labwc
diff --git a/PKGBUILD b/PKGBUILD
index 1b25053e8f39..70bec9f69726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=labwc
-pkgver=0.6.2
+pkgver=0.6.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' 'wayland' 'wlroots>=0.16' 'wlroots<0.17' '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=('faaacae252a82fa4ff37f1c63fea94ccdec4b590dde49b1f72170238682649381b7184f9c3ec6c5ed1fb46cbd7f44d7208a226b3e03b99b2c998d7f12b710232')
+b2sums=('e753e27ec51f0c81026e78803e4790316dc11069381a0aea796ac87d951c86eba83518095c654f6eb5a6026b186f19658ac9359c1be0dfe645dc8fe55a9b0f83')
build() {