[arch-commits] Commit in lm_sensors/trunk (PKGBUILD lm_sensors-fancontrol.patch)

Eric Bélanger eric at nymeria.archlinux.org
Wed May 29 04:08:49 UTC 2013


    Date: Wednesday, May 29, 2013 @ 06:08:49
  Author: eric
Revision: 186562

upgpkg: lm_sensors 3.3.4-1

Upstream update, Update patch

Modified:
  lm_sensors/trunk/PKGBUILD
  lm_sensors/trunk/lm_sensors-fancontrol.patch

-----------------------------+
 PKGBUILD                    |    8 ++++----
 lm_sensors-fancontrol.patch |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-29 01:41:58 UTC (rev 186561)
+++ PKGBUILD	2013-05-29 04:08:49 UTC (rev 186562)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=lm_sensors
-pkgver=3.3.3
-pkgrel=3
+pkgver=3.3.4
+pkgrel=1
 pkgdesc="Collection of user space tools for general SMBus access and hardware monitoring"
 arch=('i686' 'x86_64')
 url="http://www.lm-sensors.org/"
@@ -16,7 +16,7 @@
 source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2{,.sig} \
 	healthd healthd.conf fancontrol.service sensord.service healthd.service \
         linux_3.0.patch lm_sensors-fancontrol.patch)
-sha1sums=('b55c06f425993e42f13553f204066c446da36fd3'
+sha1sums=('4e62538ca99973ff505f2eeb5b841bb402e996d8'
           'SKIP'
           '1c91ae403d3cd02b6177ad1f1b2f2c3a7a3257f5'
           '6c4e8a2d89dd2fd3ca2f0f4f3b1230111e01b0fc'
@@ -24,7 +24,7 @@
           'cea1ff07374a784cc4be1d28dc6c80641fcae99d'
           'd72ec328e9303acef86342483b6f8537de6117d9'
           '5662828085cdd981f0dc7cf8f79d3d6e2b72f50c'
-          'd3e419b4019451fb039ae3d3b8e0ec55121b9f17')
+          'b0bc977348610d6a008d75a43f65800251c4c9f7')
 
 prepare() {
   cd ${pkgname}-${pkgver}

Modified: lm_sensors-fancontrol.patch
===================================================================
--- lm_sensors-fancontrol.patch	2013-05-29 01:41:58 UTC (rev 186561)
+++ lm_sensors-fancontrol.patch	2013-05-29 04:08:49 UTC (rev 186562)
@@ -4,8 +4,8 @@
  cd $DIR
  
  # Check for configuration change
--if [ -z "$DEVPATH" -o -z "$DEVNAME" ]
-+if [ -z "$DEVPATH" ] || [ -z "$DEVNAME" ]
+-if [ "$DIR" != "/" ] && [ -z "$DEVPATH" -o -z "$DEVNAME" ]
++if [[ "$DIR" != "/"  && ( -z "$DEVPATH"  ||  -z "$DEVNAME" ) ]]
  then
  	echo "Configuration is too old, please run pwmconfig again" >&2
  	exit 1




More information about the arch-commits mailing list