diff options
author | root <root@rshg054.dnsready.net> | 2013-09-29 03:24:08 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-29 03:24:08 -0700 |
commit | 5a54e0a093cd01d4787eaf200ba14cfda3bc4b7a (patch) | |
tree | cb006fc67fb1b6d5f8c47d5f35755db0d2dc733f /community/monit | |
parent | c900355ac24fb238dbd0d8f6253a629561f78bee (diff) |
Sun Sep 29 03:20:31 PDT 2013
Diffstat (limited to 'community/monit')
-rw-r--r-- | community/monit/PKGBUILD | 11 | ||||
-rw-r--r-- | community/monit/monit.changelog | 5 |
2 files changed, 8 insertions, 8 deletions
diff --git a/community/monit/PKGBUILD b/community/monit/PKGBUILD index 48ff45d64..763238050 100644 --- a/community/monit/PKGBUILD +++ b/community/monit/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 92063 2013-05-31 02:32:07Z seblu $ +# $Id: PKGBUILD 97739 2013-09-28 07:54:08Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org> # Contributor: Marco Bartholomew <marco@marcobartholomew.com> pkgname=monit -pkgver=5.5 -pkgrel=3 +pkgver=5.6 +pkgrel=1 pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system" arch=('i686' 'x86_64') url="http://mmonit.com/monit/" @@ -15,14 +15,13 @@ backup=('etc/monitrc') changelog=$pkgname.changelog source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \ monit.service) -sha256sums=('8276b060b3f0e6453c9748d421dec044ddae09d3e4c4666e13472aab294d7c53' +sha256sums=('38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d' 'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4') build() { cd ${srcdir}/$pkgname-$pkgver ./configure --prefix=/usr - make } @@ -30,8 +29,6 @@ package() { cd ${srcdir}/$pkgname-$pkgver make DESTDIR=${pkgdir} install - install -D -m700 monitrc ${pkgdir}/etc/monitrc - install -D -m644 ${srcdir}/$pkgname.service ${pkgdir}/usr/lib/systemd/system/$pkgname.service } diff --git a/community/monit/monit.changelog b/community/monit/monit.changelog index 07cea8e3d..ddc3eac05 100644 --- a/community/monit/monit.changelog +++ b/community/monit/monit.changelog @@ -1,4 +1,7 @@ -2012-10-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> +2013-09-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * monit 5.6-1 + +2012-10-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * monit 5.5-2 systemd .service file added 2012-10-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> |