diff options
Diffstat (limited to 'core/cronie')
-rw-r--r-- | core/cronie/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/cronie/PKGBUILD b/core/cronie/PKGBUILD index 15d70051a..428c837e3 100644 --- a/core/cronie/PKGBUILD +++ b/core/cronie/PKGBUILD @@ -3,12 +3,13 @@ pkgname='cronie' pkgver=1.4.7 -pkgrel=7 +pkgrel=8 pkgdesc='Daemon that runs specified programs at scheduled times and related tools' url='https://fedorahosted.org/cronie/' license=('custom:BSD') arch=('i686' 'x86_64') depends=('pam' 'bash' 'run-parts') +optdepends=('smtp-server: sending cron job output via email') source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'cron.deny' |