summaryrefslogtreecommitdiff
path: root/community/i3status/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/i3status/PKGBUILD')
-rw-r--r--community/i3status/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/community/i3status/PKGBUILD b/community/i3status/PKGBUILD
index dfd36db63..649bb51c1 100644
--- a/community/i3status/PKGBUILD
+++ b/community/i3status/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 85172 2013-02-27 14:41:02Z ttoepper $
+# $Id: PKGBUILD 103554 2014-01-07 21:43:33Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=i3status
-pkgver=2.7
+pkgver=2.8
pkgrel=1
-pkgdesc="Generates status bar to use with dzen2 or xmobar"
+pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
arch=('i686' 'x86_64')
-url="http://i3.zekjur.net/i3status/"
+url='http://i3.zekjur.net/i3status/'
license=('BSD')
groups=('i3')
depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
@@ -14,8 +14,10 @@ makedepends=('asciidoc')
backup=('etc/i3status.conf')
install=i3status.install
options=('docs')
-source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2")
-md5sums=('f0a39e84aebb65496af3dcec9d8cfeb8')
+source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2"
+ "http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc")
+md5sums=('68d944e9c1f48183356c9ea15b5b4e3b'
+ 'SKIP')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"