summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-12-22 20:21:27 +0100
committerNarrat2023-12-22 20:21:27 +0100
commit4b268b63810446be1db4c101fa0dcae43fd7f5a7 (patch)
treef2dbcdc8ae14f5ac050eef3b944ad3a5fc634fe3
parent0ac68247f0bbe3d45dcae52a0c6e360cdf1d9fe3 (diff)
downloadaur-4b268b63810446be1db4c101fa0dcae43fd7f5a7.tar.gz
labwc: update to 0.7.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e24fccc4b33..665586f2b901 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
- pkgver = 0.6.6
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
@@ -12,11 +12,12 @@ pkgbase = labwc
depends = librsvg
depends = pango
depends = seatd
- depends = wlroots0.16
+ depends = wlroots>=0.17
+ depends = wlroots<0.18
depends = wayland
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
- source = labwc-0.6.6.tar.gz::https://github.com/labwc/labwc/archive/0.6.6.tar.gz
- b2sums = 646946b53a5261d8683f9f983f9d86eb2552db50d2fb4215c8e32377f0ab38c1a37d0a7e14fbdc32a5d9015d1d6fce184eaeaf5614c1f9a5351a091156b896ff
+ source = labwc-0.7.0.tar.gz::https://github.com/labwc/labwc/archive/0.7.0.tar.gz
+ b2sums = 18ab44981eb4c8f949707243422feebe4292e7ac8b7cada8d309af12fad55bfc742f5ad0600f1f77dfdc83497f5dd0c546363f5b711460b1a11197ce2e13e5ca
pkgname = labwc
diff --git a/PKGBUILD b/PKGBUILD
index 47d907b5e7f7..fffa1db996c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=labwc
-pkgver=0.6.6
+pkgver=0.7.0
pkgrel=1
pkgdesc='stacking wayland compositor with look and feel from openbox'
url="https://github.com/labwc/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('libpng' 'librsvg' 'pango' 'seatd' 'wlroots0.16' 'wayland' 'xorg-xwayland')
+depends=('libpng' 'librsvg' 'pango' 'seatd' 'wlroots>=0.17' 'wlroots<0.18' '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=('646946b53a5261d8683f9f983f9d86eb2552db50d2fb4215c8e32377f0ab38c1a37d0a7e14fbdc32a5d9015d1d6fce184eaeaf5614c1f9a5351a091156b896ff')
+b2sums=('18ab44981eb4c8f949707243422feebe4292e7ac8b7cada8d309af12fad55bfc742f5ad0600f1f77dfdc83497f5dd0c546363f5b711460b1a11197ce2e13e5ca')
build() {