summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2017-06-01 20:13:35 -0600
committerBrian Bidulock2017-06-01 20:13:35 -0600
commit5fa956f852e4437a640a2253571976f7022a515f (patch)
tree9674bb4ec6db1ed4ee71558e808e342c52d7c681 /PKGBUILD
parent569f4e76a5acd1cc81233c2a7cd462fd1128eb2f (diff)
downloadaur-5fa956f852e4437a640a2253571976f7022a515f.tar.gz
version 43-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3b632b306a2..3c9334923b7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=xtitle
pkgname=${_pkgname}-git
-pkgver=25
+pkgver=43
pkgrel=1
pkgdesc='Outputs X window titles'
arch=('i686' 'x86_64')
url="https://github.com/baskerville/${_pkgname}"
license=('custom:Unlicense')
depends=('libxcb' 'xcb-util-wm')
-makedepends=('git')
+makedepends=('git' 'xcb-util')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("$pkgname::git+https://github.com/baskerville/${_pkgname}.git")