diff options
-rw-r--r-- | main/lm_sensors/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lm_sensors/APKBUILD b/main/lm_sensors/APKBUILD index 68cfdce83c..4a8c5e2382 100644 --- a/main/lm_sensors/APKBUILD +++ b/main/lm_sensors/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lm_sensors pkgver=3.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="Collection of user space tools for general SMBus access and hardware monitoring." url="http://www.lm-sensors.org/" arch="all" license="GPL" -depends="sysfsutils" +depends="bash sysfsutils" makedepends="perl rrdtool-dev bison flex" subpackages="$pkgname-dev $pkgname-doc $pkgname-detect $pkgname-sensord" #install=sensors.install |