add curl to optdepends for the weather block

This commit is contained in:
Josip Ponjavic 2018-03-13 19:21:15 +01:00
parent 484f0205f9
commit ef457df89c
2 changed files with 4 additions and 2 deletions

View File

@ -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.r440.g881979b
pkgver = 0.9.0.r451.g8787509
pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
@ -10,6 +10,7 @@ pkgbase = i3status-rust-git
makedepends = rust
depends = dbus
optdepends = alsa-utils: For volume block
optdepends = curl: For the weather 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

View File

@ -1,7 +1,7 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=i3status-rust-git
pkgver=0.9.0.r440.g881979b
pkgver=0.9.0.r451.g8787509
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')
@ -10,6 +10,7 @@ license=('GPL3')
depends=('dbus')
makedepends=('git' 'rust')
optdepends=('alsa-utils: For volume block'
'curl: For the weather block'
'lm_sensors: For temperature block'
'powerline-fonts: For all themes using the powerline arrow char'
'speedtest-cli: For the speedtest block'