diff options
Diffstat (limited to 'community/i3status/PKGBUILD')
-rw-r--r-- | community/i3status/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/i3status/PKGBUILD b/community/i3status/PKGBUILD index c0d05b495..e845b85b7 100644 --- a/community/i3status/PKGBUILD +++ b/community/i3status/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 70601 2012-05-12 12:03:50Z ttopper $ +# $Id: PKGBUILD 77036 2012-10-03 18:05:35Z ttopper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=i3status -pkgver=2.5.1 +pkgver=2.6 pkgrel=1 pkgdesc="Generates status bar to use with dzen2 or xmobar" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ backup=('etc/i3status.conf') install=i3status.install options=('docs') source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2") -md5sums=('28c27fc0c2294e12ae6ae390f3d89973') +md5sums=('98f649429d7845682846de36fb38f780') build() { cd "${srcdir}/${pkgname}-${pkgver}" |