summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2017-07-24 13:51:32 +0200
committerJosip Ponjavic2017-07-24 13:51:32 +0200
commit4941c159e47571aaf42c10b3d7b5fcfb42852e45 (patch)
tree43cfc5567b091b4762151c0c6a0bf55e92784cef
parent83237f99ff43aa25eb2575f5619101d80110a6fe (diff)
downloadaur-4941c159e47571aaf42c10b3d7b5fcfb42852e45.tar.gz
add two new optional dependencies, powerline-fonts and speedtest-cli
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c135f4a2e53..8d7f3d4800f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3status-rust-git
pkgdesc = Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
- pkgver = 0.9.0.r307.gcc79921
+ pkgver = 0.9.0.r318.g8969303
pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
@@ -13,6 +13,8 @@ pkgbase = i3status-rust-git
depends = i3-wm
optdepends = alsa-utils: For volume block
optdepends = lm_sensors: For temperature block
+ optdepends = powerline-fonts: For all themes using the powerline arrow char
+ optdepends = speedtest-cli: For the speedtest block
optdepends = ttf-font-awesome: For the awesome icons
provides = i3status-rust
conflicts = i3status-rust
diff --git a/PKGBUILD b/PKGBUILD
index b8d4953481d9..ed76d981b638 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.r307.gcc79921
+pkgver=0.9.0.r318.g8969303
pkgrel=1
pkgdesc='Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
arch=('i686' 'x86_64')
@@ -11,6 +11,8 @@ depends=('dbus' 'i3-wm')
makedepends=('cargo' 'git')
optdepends=('alsa-utils: For volume block'
'lm_sensors: For temperature block'
+ 'powerline-fonts: For all themes using the powerline arrow char'
+ 'speedtest-cli: For the speedtest block'
'ttf-font-awesome: For the awesome icons')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")