From 57cbde064c2e19ea4ecdfdc79689d6d537b5988d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 7 Feb 2019 13:00:34 +0100 Subject: [PATCH] PKGCONFIG: add missing xcb-util-wm (for xcb-ewmh) dependency --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 401fb87..f22a5b4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ pkgname=f00bar -pkgver=0.9.r32.gf26892d +pkgver=0.9.0.r85.g3b1998a pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for X" arch=('x86_64') url=https://gitlab.com/dnkl/f00bar license=(mit) depends=( - 'libxcb' 'xcb-util' 'xcb-util-cursor' + 'libxcb' 'xcb-util' 'xcb-util-cursor' 'xcb-util-wm' 'freetype2' 'fontconfig' 'cairo' 'libyaml' 'alsa-lib'