diff options
author | Erich Eckner <git@eckner.net> | 2019-09-18 11:39:25 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-18 11:42:28 +0200 |
commit | 1d8c73f8cedacd4e04cc923446c7ec770447612c (patch) | |
tree | eca8e198749b4a6f98389141dad559a51681b274 | |
parent | 7520a4458b7235899e93944163e1503b407a33ed (diff) | |
download | archlinuxewe.git.save-1d8c73f8cedacd4e04cc923446c7ec770447612c.tar.xz |
logwatch-systemd: more optdepends
-rw-r--r-- | logwatch-systemd/PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/logwatch-systemd/PKGBUILD b/logwatch-systemd/PKGBUILD index 054cabe4..12be0b28 100644 --- a/logwatch-systemd/PKGBUILD +++ b/logwatch-systemd/PKGBUILD @@ -5,12 +5,17 @@ pkgname=logwatch-systemd _pkgname=${pkgname%-*} pkgver=7.5.2 -pkgrel=1 +pkgrel=2 arch=('any') pkgdesc="Logwatch is a customizable log analysis system." url="http://www.logwatch.org/" depends=('perl') -optdepends=('perl-date-manip: human readable dates') +optdepends=( +'perl-date-manip: human readable dates' +'perl-sys-info: cpu info' +'perl-sys-info-driver-linux: cpu info' +'perl-sys-meminfo: memory info' +) license=('custom') backup=(etc/logwatch/conf/logwatch.conf etc/logwatch/conf/ignore.conf |