diff options
Diffstat (limited to 'community/i3status/PKGBUILD')
-rw-r--r-- | community/i3status/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/i3status/PKGBUILD b/community/i3status/PKGBUILD index 4556016c0..7578dfe8d 100644 --- a/community/i3status/PKGBUILD +++ b/community/i3status/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 61262 2011-12-27 10:18:54Z ttopper $ +# $Id: PKGBUILD 68961 2012-04-06 14:39:04Z ttopper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=i3status pkgver=2.4 -pkgrel=1 +pkgrel=2 pkgdesc="Generates status bar to use with dzen2 or xmobar" arch=('i686' 'x86_64' 'mips64el') url="http://i3.zekjur.net/i3status/" @@ -11,6 +11,7 @@ license=('BSD') groups=('i3') depends=('wireless_tools' 'confuse' 'alsa-lib') makedepends=('asciidoc') +backup=('etc/i3status.conf') install=i3status.install options=('docs') source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2") |