From c8281c371fd2515bec66c88a25a8c32aece14dc8 Mon Sep 17 00:00:00 2001 From: Francesco Marinucci Date: Thu, 2 Nov 2017 10:58:21 +0000 Subject: [PATCH] tlp: rebuild, removed rfkill dep --- tlp/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tlp/PKGBUILD b/tlp/PKGBUILD index 4fb31476a..3fbfff956 100644 --- a/tlp/PKGBUILD +++ b/tlp/PKGBUILD @@ -1,7 +1,7 @@ pkgbase=tlp pkgname=('tlp' 'tlp-rdw') pkgver=1.0 -pkgrel=1 +pkgrel=2 arch=('x86_64') url='http://linrunner.de/en/tlp/tlp.html' license=('GPL2' 'GPL3') @@ -12,7 +12,7 @@ sha256sums=('642717b27db3a70c2cdef2673fe3229bf314488aa0797515e63d933b93bc78ec' package_tlp() { pkgdesc='Linux Advanced Power Management' - depends=('hdparm' 'iw' 'pciutils' 'rfkill' 'usbutils' 'util-linux') + depends=('hdparm' 'iw' 'pciutils' 'usbutils' 'util-linux') optdepends=('acpi_call: Sandy Bridge and newer ThinkPad battery functions' 'ethtool: Disable Wake On Lan' 'lsb-release: Display LSB release version in tlp-stat'