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

Jelle van der Waa jelle at archlinux.org
Thu Nov 19 21:02:41 UTC 2015


    Date: Thursday, November 19, 2015 @ 22:02:41
  Author: jelle
Revision: 147172

Implement FS#47123

Python2 is an optdependency and not a harddep.
Perl however is a hardep.

Modified:
  i2c-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-19 18:48:33 UTC (rev 147171)
+++ PKGBUILD	2015-11-19 21:02:41 UTC (rev 147172)
@@ -9,8 +9,10 @@
 arch=('i686' 'x86_64')
 url="http://www.lm-sensors.org/wiki/I2CTools"
 license=('GPL')
-depends=('python2')
-optdepends=('read-edid: for decode-edid script')
+depends=('perl')
+makedepends=('python2')
+optdepends=('read-edid: for decode-edid script'
+            'python2: for smbus module')
 source=(http://dl.lm-sensors.org/${pkgname}/releases/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('0fdbff53ebd0b8d9249256d6c56480b1')
 



More information about the arch-commits mailing list