diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-03 01:53:40 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-03 01:53:40 +0100 |
commit | 46903ed2aecd6fda6af82267eac1fcb4c188e72d (patch) | |
tree | 938fe9b7394f544f77f93a9a614fe87d738ac11b /community/tlp | |
parent | c6c9bfcfdcbc8d586ebec8fd3f07abc46b109bc4 (diff) | |
download | aports-46903ed2aecd6fda6af82267eac1fcb4c188e72d.tar.bz2 aports-46903ed2aecd6fda6af82267eac1fcb4c188e72d.tar.xz |
community/tlp: add missing dependency on perl
closes #11181
Diffstat (limited to 'community/tlp')
-rw-r--r-- | community/tlp/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/tlp/APKBUILD b/community/tlp/APKBUILD index 771a94b401..f30b2ddf2e 100644 --- a/community/tlp/APKBUILD +++ b/community/tlp/APKBUILD @@ -3,12 +3,13 @@ pkgname=tlp _pkgname=TLP pkgver=1.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="Linux Advanced Power Management" url="http://linrunner.de/en/tlp/tlp.html" arch="noarch" license="GPL-2.0-or-later" options="!check" # no test suite +depends="perl" # /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 |