summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Hellhake2019-11-12 23:45:36 +0200
committerTim Hellhake2019-11-12 23:45:36 +0200
commitab4e5a33bc05899ed02bde59785202da55fc0502 (patch)
tree7a24f1ccce14c9340b1dfa392a27dd2c548d2a12
parent7d16879dafa75f7a341a38c102de3f7ce261364d (diff)
downloadaur-ab4e5a33bc05899ed02bde59785202da55fc0502.tar.gz
Add libpulse dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e911ee00c84..19f86d91ec54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = i3status-rust
pkgdesc = Resourcefriendly and feature-rich replacement for i3status, written in pure Rust
pkgver = 0.13.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/greshake/i3status-rust
arch = any
license = GPL3
makedepends = rust
depends = dbus
+ depends = libpulse
optdepends = alsa-utils: for the volume block
optdepends = lm_sensors: for the temperature block
optdepends = powerline-fonts: for all themes using the Powerline arrow char
diff --git a/PKGBUILD b/PKGBUILD
index fb1df90478f6..0dc7ecfd3778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=i3status-rust
pkgver=0.13.1
-pkgrel=1
+pkgrel=2
pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
arch=('any')
url=https://github.com/greshake/i3status-rust
license=('GPL3')
-depends=('dbus')
+depends=('dbus' 'libpulse')
makedepends=('rust')
optdepends=('alsa-utils: for the volume block'
'lm_sensors: for the temperature block'