diff options
-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 054cabe41..12be0b284 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 |