summaryrefslogtreecommitdiff
path: root/community/i3status/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/i3status/PKGBUILD')
-rw-r--r--community/i3status/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/i3status/PKGBUILD b/community/i3status/PKGBUILD
index 5c17d7fe7..ea08b20a1 100644
--- a/community/i3status/PKGBUILD
+++ b/community/i3status/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 68961 2012-04-06 14:39:04Z ttopper $
+# $Id: PKGBUILD 70239 2012-05-02 17:41:16Z ttopper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=i3status
-pkgver=2.4
-pkgrel=2
+pkgver=2.5
+pkgrel=1
pkgdesc="Generates status bar to use with dzen2 or xmobar"
arch=('i686' 'x86_64')
url="http://i3.zekjur.net/i3status/"
license=('BSD')
groups=('i3')
-depends=('wireless_tools' 'confuse' 'alsa-lib')
+depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
makedepends=('asciidoc')
backup=('etc/i3status.conf')
install=i3status.install
options=('docs')
source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2")
-md5sums=('5854250c6bd4f2d1def986efc516aeb3')
+md5sums=('6c3c1d91fae1dc939a517bc3b853f65f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"