summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2020-10-18 18:27:27 +0200
committerNarrat2020-10-18 18:27:27 +0200
commite2bc67b37aad610535686e99377ae69483f2382a (patch)
tree9553de11731721f62a9536880544379944e97ca2 /PKGBUILD
parent205ddf20f55b5c46114855930595a2058c4fb549 (diff)
downloadaur-e2bc67b37aad610535686e99377ae69483f2382a.tar.gz
labwc-git: add pango as dep
glib2 and libxml2 are covered by cairo.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)