diff options
-rw-r--r-- | community/tlp/APKBUILD | 5 |
1 files 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" |