From 0bccfb69ba01744d69fa278f15077313c70f31d3 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 17 Jan 2018 11:44:32 +0100 Subject: [PATCH] tlp: rfkill is included with util-linux --- srcpkgs/tlp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tlp/template b/srcpkgs/tlp/template index 699b3ad48fe..cc8591119a4 100644 --- a/srcpkgs/tlp/template +++ b/srcpkgs/tlp/template @@ -1,9 +1,9 @@ # Template file for 'tlp' pkgname=tlp version=1.0 -revision=1 +revision=2 wrksrc="TLP-${version}" -depends="hdparm bash iw rfkill ethtool" +depends="hdparm bash iw util-linux ethtool" conf_files="/etc/default/tlp" conflicts="laptop-mode>=0" noarch="yes"