summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1d6544d0ef6..c2ee6904c59e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = labwc-git
pkgdesc = stacking wayland compositor with look and fell from openbox (git version)
- pkgver = r140.7610063
+ pkgver = r236.f49a3a0
pkgrel = 1
url = https://github.com/johanmalm/labwc
arch = x86_64
license = GPL2
makedepends = git
makedepends = meson
+ depends = pango
depends = wlroots
depends = wayland
depends = wayland-protocols
diff --git a/PKGBUILD b/PKGBUILD
index 6de06e3e0072..3adfa260f600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=r140.7610063
+pkgver=r236.f49a3a0
pkgrel=1
pkgdesc='stacking wayland compositor with look and fell from openbox (git version)'
url="https://github.com/johanmalm/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('wlroots' 'wayland' 'wayland-protocols' 'xorg-server-xwayland')
+depends=('pango' 'wlroots' 'wayland' 'wayland-protocols' 'xorg-server-xwayland')
makedepends=('git' 'meson')
conflicts=(labwc)
provides=(labwc)