add bluez optional for bluetooth block

This commit is contained in:
Josip Ponjavic 2019-04-06 15:01:59 +02:00
parent 5583c86075
commit e7eccb6365
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.r565.g2b3ccf4
pkgver = 0.9.0.r634.g79b0ea2
pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
@ -10,6 +10,7 @@ pkgbase = i3status-rust-git
makedepends = rust
depends = libpulse
optdepends = alsa-utils: For the volume block
optdepends = bluez: For the bluetooth block
optdepends = curl: For the weather block
optdepends = lm_sensors: For the temperature block
optdepends = networkmanager: For the networkmanager block

View File

@ -1,7 +1,7 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=i3status-rust-git
pkgver=0.9.0.r565.g2b3ccf4
pkgver=0.9.0.r634.g79b0ea2
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=('libpulse')
makedepends=('git' 'rust')
optdepends=('alsa-utils: For the volume block'
'bluez: For the bluetooth block'
'curl: For the weather block'
'lm_sensors: For the temperature block'
'networkmanager: For the networkmanager block'