summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-01-04 01:51:04 +0100
committerNarrat2022-01-04 01:51:04 +0100
commite16d0f5477424ef6654d8f6d8156754d4fa5c957 (patch)
treeedbc6ef742af8f7dfd7a2f7965db07dc94ddde0b
parentcdd1c02cdcf70a3528c3e02b3f039e30015297d9 (diff)
downloadaur-e16d0f5477424ef6654d8f6d8156754d4fa5c957.tar.gz
labwc: update to 0.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67347ff4b216..457b2ca2907b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/johanmalm/labwc
arch = x86_64
@@ -8,13 +8,13 @@ pkgbase = labwc
makedepends = meson
makedepends = scdoc
depends = pango
- depends = wlroots>=0.14
- depends = wlroots<0.15
+ depends = wlroots>=0.15
+ depends = wlroots<0.16
depends = wayland
depends = wayland-protocols
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
- source = labwc-0.3.0.tar.gz::https://github.com/johanmalm/labwc/archive/0.3.0.tar.gz
- b2sums = 8afe1641cf49f922f7cdc027c4510f76e958177031708c8ecd7406e3630576262203dfabb32bea502214d8504f1a36b62e2896f94780a2672c1b3fb56b91fa47
+ source = labwc-0.4.0.tar.gz::https://github.com/johanmalm/labwc/archive/0.4.0.tar.gz
+ b2sums = 737636488fdbd273d5ac2f90d63b3924edd257443ca1d857799ec81f1bcf540819e9d9b0cc06e1eb18a8db1f7c524c54606998aedeec3789529df73779062844
pkgname = labwc
diff --git a/PKGBUILD b/PKGBUILD
index 44ff2be27a80..fc2bca34714a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=labwc
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc='stacking wayland compositor with look and feel from openbox'
url="https://github.com/johanmalm/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('pango' 'wlroots>=0.14' 'wlroots<0.15' 'wayland' 'wayland-protocols' 'xorg-xwayland')
+depends=('pango' 'wlroots>=0.15' 'wlroots<0.16' 'wayland' 'wayland-protocols' 'xorg-xwayland')
makedepends=('meson' 'scdoc')
optdepends=("bemenu: default launcher via Alt+F3")
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/johanmalm/labwc/archive/${pkgver}.tar.gz")
-b2sums=('8afe1641cf49f922f7cdc027c4510f76e958177031708c8ecd7406e3630576262203dfabb32bea502214d8504f1a36b62e2896f94780a2672c1b3fb56b91fa47')
+b2sums=('737636488fdbd273d5ac2f90d63b3924edd257443ca1d857799ec81f1bcf540819e9d9b0cc06e1eb18a8db1f7c524c54606998aedeec3789529df73779062844')
build() {