~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/lm_sensors: depend on bash

Details
Message ID
<1451599579-23155-1-git-send-email-soeren+git@soeren-tempel.net>
Sender timestamp
1451599579
DKIM signature
missing
Download raw message
Patch: +2 -2
/usr/sbin/fancontrol is a bash script.
---
 main/lm_sensors/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/lm_sensors/APKBUILD b/main/lm_sensors/APKBUILD
index 68cfdce..4a8c5e2 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
-- 
2.6.4



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)