aboutsummaryrefslogtreecommitdiffstats
path: root/community/tlp
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-03 01:53:40 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-03 01:53:40 +0100
commit46903ed2aecd6fda6af82267eac1fcb4c188e72d (patch)
tree938fe9b7394f544f77f93a9a614fe87d738ac11b /community/tlp
parentc6c9bfcfdcbc8d586ebec8fd3f07abc46b109bc4 (diff)
downloadaports-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/APKBUILD3
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