summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40aa06522a86..26a514b8526e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3status-git
pkgdesc = Generates status bar to use with dzen2 or wmii
- pkgver = 2.12.r81.g1f3fe73
+ pkgver = 2.12.r83.g49461ac
pkgrel = 1
url = http://i3wm.org/i3status/
install = i3status.install
@@ -11,6 +11,7 @@ pkgbase = i3status-git
makedepends = git
makedepends = pkgconfig
makedepends = asciidoc
+ makedepends = xmlto
depends = confuse
depends = alsa-lib
depends = yajl
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')