summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2021-06-28 22:37:04 +0200
committerNarrat2021-06-28 22:37:04 +0200
commitcdd1c02cdcf70a3528c3e02b3f039e30015297d9 (patch)
tree82c55783f54176a6b2a7b8c6cd288eada783ffd8 /PKGBUILD
parent23e816b6e91c9adfd295b9d0e05ca71446fb82e3 (diff)
downloadaur-cdd1c02cdcf70a3528c3e02b3f039e30015297d9.tar.gz
labwc: update to 0.3.0 (for wlroots 0.14.0)
And add versioned deps, as wlroots is rather active at deprecating and removing stuff. And with the frequently releases as of late it doesn't hurt to be cautious.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adea5c570821..44ff2be27a80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=labwc
-pkgver=0.2.1
+pkgver=0.3.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' 'wayland' 'wayland-protocols' 'xorg-xwayland')
+depends=('pango' 'wlroots>=0.14' 'wlroots<0.15' '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=('3b687025b44d1fb6081230db6745b0b367721afcd88db9acd343f7436adcea9d989102071855f87f5d45f4369225fa6c47a89c4d31cfe55b6048ec6b1b20addf')
+b2sums=('8afe1641cf49f922f7cdc027c4510f76e958177031708c8ecd7406e3630576262203dfabb32bea502214d8504f1a36b62e2896f94780a2672c1b3fb56b91fa47')
build() {