summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Nader2022-08-24 20:19:24 +0900
committerJason Nader2022-08-24 20:19:24 +0900
commit780059f0727260b6cc12cdd723ef25aeb8eb7b8a (patch)
treecfe8fb9513c5c9a604c22f67853a13d3aada006c
parent69206a4b0cf90fd26460d7df3dcb83dc273b5a59 (diff)
downloadaur-780059f0727260b6cc12cdd723ef25aeb8eb7b8a.tar.gz
Make lm_sensors a hard dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 077e1107a79e..9e4a06e5f12b 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.30.0.r2591.g32945e96
+ pkgver = 0.30.0.r.g
pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
@@ -9,11 +9,11 @@ pkgbase = i3status-rust-git
makedepends = git
makedepends = rust
depends = libpulse
+ depends = lm_sensors
optdepends = alsa-utils: for the volume block
optdepends = bluez: for the bluetooth block
optdepends = fakeroot: for the pacman block to show pending updates
optdepends = kdeconnect: for the kdeconnect block
- optdepends = lm_sensors: for the temperature block
optdepends = powerline-fonts: for all themes using the powerline arrow char
optdepends = pulseaudio: for the volume block
optdepends = speedtest-cli: for the speedtest block
diff --git a/PKGBUILD b/PKGBUILD
index 3632db145bc1..65f0778c9e8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer: Jason Nader <jason.nader@protonmail.com>
pkgname=i3status-rust-git
-pkgver=0.30.0.r2591.g32945e96
-pkgrel=1
+pkgver=0.30.0.r2822.g16c28bd1
+pkgrel=2
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')
url='https://github.com/greshake/i3status-rust'
license=('GPL3')
-depends=('libpulse')
+depends=('libpulse' 'lm_sensors')
makedepends=('git' 'rust')
optdepends=('alsa-utils: for the volume block'
'bluez: for the bluetooth block'
'fakeroot: for the pacman block to show pending updates'
'kdeconnect: for the kdeconnect block'
- 'lm_sensors: for the temperature block'
'powerline-fonts: for all themes using the powerline arrow char'
'pulseaudio: for the volume block'
'speedtest-cli: for the speedtest block'