summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2018-08-15 16:01:17 +0200
committerJosip Ponjavic2018-08-15 16:01:17 +0200
commitafff3e3b3d45c59f912b1b9e74e10c824fef9fff (patch)
tree7551646043c1b86e5bc29030ef5c92156ee3fea6
parent2f13aed5ac26906ac0bff59c4611d0f2fa67b07d (diff)
downloadaur-afff3e3b3d45c59f912b1b9e74e10c824fef9fff.tar.gz
add networkmanager as optional dependencie
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be694b2af36f..57c7529b5a20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3status-rust-git
pkgdesc = Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust
- pkgver = 0.9.0.r508.gad5a44f
+ pkgver = 0.9.0.r514.g2ec4cbb
pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
@@ -12,6 +12,7 @@ pkgbase = i3status-rust-git
optdepends = alsa-utils: For volume block
optdepends = curl: For the weather block
optdepends = lm_sensors: For temperature block
+ optdepends = networkmanager: For networkmanager block
optdepends = powerline-fonts: For all themes using the powerline arrow char
optdepends = speedtest-cli: For the speedtest block
optdepends = ttf-font-awesome-4: For the awesome icons
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')