diff options
Diffstat (limited to 'community/i3status/PKGBUILD')
-rw-r--r-- | community/i3status/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/i3status/PKGBUILD b/community/i3status/PKGBUILD index 9e174f2e7..b5ddcb649 100644 --- a/community/i3status/PKGBUILD +++ b/community/i3status/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 52225 2011-07-22 05:51:08Z ttopper $ +# $Id: PKGBUILD 61262 2011-12-27 10:18:54Z ttopper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=i3status -pkgver=2.3 +pkgver=2.4 pkgrel=1 pkgdesc="Generates status bar to use with dzen2 or xmobar" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ depends=('wireless_tools' 'confuse' 'alsa-lib') makedepends=('asciidoc') install=i3status.install options=('docs') -source=(http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2) -md5sums=('6a74863c525908be4465c0353ed5b999') +source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2") +md5sums=('5854250c6bd4f2d1def986efc516aeb3') build() { cd "${srcdir}/${pkgname}-${pkgver}" |