summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8255c408f27d..055c9d0b6c2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=i3status-rust-git
pkgver=0.9.0.r407.g04f7124
-pkgrel=1
-pkgdesc='Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
+pkgrel=2
+pkgdesc='Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust'
arch=('x86_64')
url='https://github.com/greshake/i3status-rust'
license=('GPL3')
-depends=('dbus' 'i3-wm')
-makedepends=('rust' 'git')
+depends=('dbus')
+makedepends=('git' 'rust')
optdepends=('alsa-utils: For volume block'
'lm_sensors: For temperature block'
'powerline-fonts: For all themes using the powerline arrow char'