diff --git a/PKGBUILD b/PKGBUILD index f4560a2..d506cc1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc='Very resourcefriendly and feature-rich replacement for i3status to use 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' @@ -15,7 +15,6 @@ optdepends=('alsa-utils: for the volume block' 'fakeroot: for the pacman block to show pending updates' 'ibus: for the ibus block' 'kdeconnect: for the kdeconnect block' - 'lm_sensors: for the temperature block' 'networkmanager: for the networkmanager block' 'powerline-fonts: for all themes using the powerline arrow char' 'pulseaudio: for the volume block'