aboutsummaryrefslogtreecommitdiffstats
path: root/community/tlp/APKBUILD
diff options
context:
space:
mode:
authorNero <nero@w1r3.net>2020-04-29 12:06:04 +0000
committerLeo <thinkabit.ukim@gmail.com>2020-04-29 18:36:54 +0000
commitd8ffe20e800214570b6dee614568feaf21281c0e (patch)
tree63adbe8f009321e3a47482c228b3c0a6265e17eb /community/tlp/APKBUILD
parent323a0e92ba653f2b2e7e4e544601fbc31def22fc (diff)
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
Diffstat (limited to 'community/tlp/APKBUILD')
-rw-r--r--community/tlp/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/tlp/APKBUILD b/community/tlp/APKBUILD
index ce976986bbd..7e9668a5c6f 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"