summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2019-04-06 15:01:59 +0200
committerJosip Ponjavic2019-04-06 15:01:59 +0200
commite7eccb6365e96a0b773a9a22b49df1dd7938ace5 (patch)
tree5a4560c1f6c40e9f523f0b5ca48d14763dbfe4d7
parent5583c86075e31a3777faa3184e0562d7d3f13714 (diff)
downloadaur-e7eccb6365e96a0b773a9a22b49df1dd7938ace5.tar.gz
add bluez optional for bluetooth block
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b4d3e0b6b49..87181784fb04 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.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
diff --git a/PKGBUILD b/PKGBUILD
index e93da7f7190c..9e30f4ee790c 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.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'