summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIngo Bürk2019-02-11 09:30:48 +0100
committerIngo Bürk2019-02-11 09:30:48 +0100
commit78c0acf2be08098439a843ad3ecb5cdb05b4db4f (patch)
tree6062a968c280c124aca2c9c7049a8f865346c7bf /PKGBUILD
parent23264ad09f793dbafc759915b64cea2302cd4660 (diff)
downloadaur-78c0acf2be08098439a843ad3ecb5cdb05b4db4f.tar.gz
Add xmlto to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67ea784f31d6..f56c4928b09b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: William Giokas <1007380@gmail.com>
pkgname=i3status-git
-pkgver=2.12.r81.g1f3fe73
+pkgver=2.12.r83.g49461ac
pkgrel=1
pkgdesc='Generates status bar to use with dzen2 or wmii'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url='http://i3wm.org/i3status/'
license=('BSD')
groups=('i3-vcs')
depends=('confuse' 'alsa-lib' 'yajl' 'libpulse' 'libnl')
-makedepends=('git' 'pkgconfig' 'asciidoc')
+makedepends=('git' 'pkgconfig' 'asciidoc' 'xmlto')
options=('docs')
install=i3status.install
conflicts=('i3status')