[arch-commits] CVS update of extra/system/lm_sensors (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu Dec 27 17:48:20 UTC 2007
Date: Thursday, December 27, 2007 @ 12:48:20
Author: jgc
Path: /home/cvs-extra/extra/system/lm_sensors
Modified: PKGBUILD (1.10 -> 1.11)
Add lm_sensors makedepend (FS#8971)
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Index: extra/system/lm_sensors/PKGBUILD
diff -u extra/system/lm_sensors/PKGBUILD:1.10 extra/system/lm_sensors/PKGBUILD:1.11
--- extra/system/lm_sensors/PKGBUILD:1.10 Sun Nov 25 14:07:15 2007
+++ extra/system/lm_sensors/PKGBUILD Thu Dec 27 12:48:19 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.10 2007/11/25 19:07:15 andyrtr Exp $
+# $Id: PKGBUILD,v 1.11 2007/12/27 17:48:19 jgc Exp $
# Maintainer: aurelien <aurelien at archlinux.org>
# Contributor: Aurelien Foret <orelien at chez.com>
pkgname=lm_sensors
@@ -8,7 +8,7 @@
arch=('i686' 'x86_64')
license=('GPL')
depends=('perl' 'sysfsutils')
-makedepends=('bison')
+makedepends=('bison' 'flex')
backup=(etc/sensors.conf)
install=sensors.install
source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-$pkgver.tar.bz2
@@ -28,4 +28,4 @@
# FIXME: avoid conflicts with glibc headers
rm -rf $startdir/pkg/usr/include/linux
-}
\ No newline at end of file
+}
More information about the arch-commits
mailing list