[arch-commits] Commit in cronie/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Wed May 4 23:28:31 UTC 2011


    Date: Wednesday, May 4, 2011 @ 19:28:31
  Author: bisson
Revision: 122609

add optdepend=smtp-server

Modified:
  cronie/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-04 21:20:07 UTC (rev 122608)
+++ PKGBUILD	2011-05-04 23:28:31 UTC (rev 122609)
@@ -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'




More information about the arch-commits mailing list