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

Antonio Rojas arojas at archlinux.org
Mon May 21 06:28:18 UTC 2018


    Date: Monday, May 21, 2018 @ 06:28:17
  Author: arojas
Revision: 324660

Remove sysfsutils dependency (FS#58669)

Modified:
  lm_sensors/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-21 06:16:34 UTC (rev 324659)
+++ PKGBUILD	2018-05-21 06:28:17 UTC (rev 324660)
@@ -3,12 +3,12 @@
 
 pkgname=lm_sensors
 pkgver=3.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Collection of user space tools for general SMBus access and hardware monitoring"
 arch=('x86_64')
 url="http://www.lm-sensors.org/"
 license=('GPL' 'LGPL')
-depends=('perl' 'sysfsutils')
+depends=('perl')
 makedepends=('rrdtool')
 optdepends=('rrdtool: for logging with sensord')
 backup=('etc/sensors3.conf' 'etc/healthd.conf' 'etc/conf.d/sensord')



More information about the arch-commits mailing list