summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimo Kaufmann2017-01-06 09:12:38 +0100
committerTimo Kaufmann2017-01-06 09:12:38 +0100
commit529b15503929df675bdd18fe94c078118c7052f7 (patch)
treecdec3e7c2b55ecec4ca68725bef96d5864d6cc3c /PKGBUILD
parent9e76cb64d90fba6e88e0ef766c43b7ed03e401ec (diff)
downloadaur-529b15503929df675bdd18fe94c078118c7052f7.tar.gz
Add dependency on xcb-util
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b0107d4c377..9807150ef334 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=xtitle
pkgver=0.3
-pkgrel=1
+pkgrel=2
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-wm' 'xcb-util')
makedepends=('xcb-util-wm')
provides=("${pkgname}")
conflicts=("${pkgname}" "${pkgname}-git")