From 39c5f2bd74f80fab79d01b24d69232f0ef310078 Mon Sep 17 00:00:00 2001 From: fbt Date: Wed, 23 Sep 2015 18:27:30 +0300 Subject: [PATCH] depends --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 46de50d..0a58db0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ pkgdesc='Outputs X window titles' arch=('i686' 'x86_64') url="https://github.com/baskerville/${_pkgname}" license=('custom:Unlicense') -depends=('libxcb' 'xcb-util-wm') +depends=( 'libxcb' 'xcb-util' 'xcb-util-wm' ) makedepends=('git') provides=("${_pkgname}") conflicts=("${_pkgname}")