diff options
Diffstat (limited to 'core/cronie/PKGBUILD')
-rw-r--r-- | core/cronie/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/cronie/PKGBUILD b/core/cronie/PKGBUILD index a1e00c55d..f3e7ff22a 100644 --- a/core/cronie/PKGBUILD +++ b/core/cronie/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 200681 2013-12-02 07:24:30Z bisson $ +# $Id: PKGBUILD 211880 2014-04-28 15:36:56Z thomas $ # Contributor: Kaiting Chen <kaiting.chen@kiwilight.com> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname='cronie' pkgver=1.4.11 -pkgrel=1 +pkgrel=2 pkgdesc='Daemon that runs specified programs at scheduled times and related tools' url='https://fedorahosted.org/cronie/' license=('custom:BSD') @@ -30,7 +30,6 @@ backup=('etc/cron.deny' conflicts=('cron') provides=('cron') -groups=('base') build() { cd "${srcdir}/${pkgname}-${pkgver}" |