summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip Ponjavic2018-08-15 16:01:17 +0200
committerJosip Ponjavic2018-08-15 16:01:17 +0200
commitafff3e3b3d45c59f912b1b9e74e10c824fef9fff (patch)
tree7551646043c1b86e5bc29030ef5c92156ee3fea6 /PKGBUILD
parent2f13aed5ac26906ac0bff59c4611d0f2fa67b07d (diff)
downloadaur-afff3e3b3d45c59f912b1b9e74e10c824fef9fff.tar.gz
add networkmanager as optional dependencie
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 708f1fd217b6..979532f28e36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=i3status-rust-git
-pkgver=0.9.0.r508.gad5a44f
+pkgver=0.9.0.r514.g2ec4cbb
pkgrel=1
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')
@@ -12,6 +12,7 @@ makedepends=('git' 'rust')
optdepends=('alsa-utils: For volume block'
'curl: For the weather block'
'lm_sensors: For temperature block'
+ 'networkmanager: For networkmanager block'
'powerline-fonts: For all themes using the powerline arrow char'
'speedtest-cli: For the speedtest block'
'ttf-font-awesome-4: For the awesome icons')