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}")