From d8ffe20e800214570b6dee614568feaf21281c0e Mon Sep 17 00:00:00 2001 From: Nero Date: Wed, 29 Apr 2020 12:06:04 +0000 Subject: community/tlp: Add another missing dependency Coreutils is at least needed as build dependency (install --target-directory) and util-linux is needed for flock at runtime. https://github.com/linrunner/TLP/issues/475#issuecomment-621135538 --- community/tlp/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/tlp/APKBUILD b/community/tlp/APKBUILD index ce976986bb..7e9668a5c6 100644 --- a/community/tlp/APKBUILD +++ b/community/tlp/APKBUILD @@ -3,13 +3,14 @@ pkgname=tlp _pkgname=TLP pkgver=1.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="Linux Advanced Power Management" url="https://linrunner.de/en/tlp/tlp.html" arch="noarch" license="GPL-2.0-or-later" options="!check" # no test suite -depends="perl coreutils" # /usr/share/tlp/tlp-readconfs uses perl (see #11181) +depends="perl util-linux" # /usr/share/tlp/tlp-readconfs uses perl (see #11181) +makedepends="coreutils" subpackages="$pkgname-doc $pkgname-rdw:rdw $pkgname-bash-completion:bashcomp $pkgname-openrc" source="$pkgname-$pkgver.tar.gz::https://github.com/linrunner/$_pkgname/archive/$pkgver.tar.gz $pkgname.initd" -- cgit v1.2.1