Date: Sunday, September 25, 2016 @ 13:04:33 Author: ttoepper Revision: 190478
upgpkg: fcron 3.2.1-1 Modified: fcron/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-25 13:01:29 UTC (rev 190477) +++ PKGBUILD 2016-09-25 13:04:33 UTC (rev 190478) @@ -6,8 +6,8 @@ # Maintainer: Thorsten Töpper <[email protected]> pkgname=fcron -pkgver=3.2.0 -pkgrel=3 +pkgver=3.2.1 +pkgrel=1 pkgdesc='Feature-rich cron implementation' arch=(i686 x86_64) url='http://fcron.free.fr' @@ -29,9 +29,12 @@ options=('emptydirs' '!makeflags') install=$pkgname.install source=("http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz" + "http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz.sign" 'systab.orig') -md5sums=('4b031c2fba32a98fa814d1557158b0e9' +md5sums=('bd4996e941a40327d11efc5e3fd1f839' + 'SKIP' 'afecbfd98caa49e8e4aa239fa1b19255') +validpgpkeys=('7733B98B987784DF27707D41F8E544EC485EE7BC') build() { cd $pkgname-$pkgver @@ -61,7 +64,7 @@ install -Dm644 files/fcrontab.pam "$pkgdir/etc/pam.d/fcrontab" # Install a default fcrontab so that fcron can completely replace dcron - # We doesn't use binary format which is incompatible between arch and may cause crash + # We don't use binary format which is incompatible between arch and may cause crash # We regenerate the binary format at each update install -Dm640 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig"
