diff options
Diffstat (limited to 'community/fcron/PKGBUILD')
-rw-r--r-- | community/fcron/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/fcron/PKGBUILD b/community/fcron/PKGBUILD index 35c27c108..26058e6df 100644 --- a/community/fcron/PKGBUILD +++ b/community/fcron/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 113140 2014-06-14 11:13:18Z ttoepper $ +# $Id: PKGBUILD 115220 2014-07-07 00:32:53Z seblu $ # Contributor: Giorgio Lando <lando at imap dot cc> # Contributor: Sergej Pupykin # Contributor: Thomas Bächler @@ -6,8 +6,8 @@ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=fcron -pkgver=3.1.3 -pkgrel=2 +pkgver=3.2.0 +pkgrel=1 pkgdesc='Feature-rich cron implementation' arch=(i686 x86_64) url='http://fcron.free.fr' @@ -30,7 +30,7 @@ options=('emptydirs' '!makeflags') install=$pkgname.install source=("http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz" 'systab.orig') -md5sums=('b58ce88344eb4c80a353066547d20a24' +md5sums=('4b031c2fba32a98fa814d1557158b0e9' 'afecbfd98caa49e8e4aa239fa1b19255') build() { |