From 8174479a09dfbce6a40e494d46100fecf1896975 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Tue, 19 Apr 2022 17:36:32 +0200 Subject: [PATCH] fix dependencies --- PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'