diff options
Diffstat (limited to 'community/dcron/PKGBUILD')
-rw-r--r-- | community/dcron/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/dcron/PKGBUILD b/community/dcron/PKGBUILD index 6d9107715..03c03a08c 100644 --- a/community/dcron/PKGBUILD +++ b/community/dcron/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 72785 2012-06-22 12:49:56Z dreisner $ +# $Id: PKGBUILD 79754 2012-11-11 21:14:11Z spupykin $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Paul Mattal <paul.archlinux.org> pkgname=dcron pkgver=4.5 -pkgrel=3 +pkgrel=4 pkgdesc="dillon's lightweight cron daemon" arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -18,7 +18,7 @@ install=$pkgname.install source=(http://www.jimpryor.net/linux/releases/${pkgname}-${pkgver}.tar.gz service) md5sums=('078833f3281f96944fc30392b1888326' - '5a68a7aee883738e7f7f8549481bb297') + 'e43c3d758384ac644f5e19f460ab5f46') build() { cd "$srcdir/${pkgname}-${pkgver}" |