diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-08 03:41:42 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-08 03:41:42 +0000 |
commit | 3092fe0e20f490a5f9b8b9602ffc039a22be60c0 (patch) | |
tree | ca5296f2b482de6c3889b3d2721dda0ae342eaee /community/i3status/PKGBUILD | |
parent | bd5b8fe0fe2355ad0df744ed310d12b8a70c51f9 (diff) |
Wed Jan 8 03:37:02 UTC 2014
Diffstat (limited to 'community/i3status/PKGBUILD')
-rw-r--r-- | community/i3status/PKGBUILD | 14 |
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}" |