summaryrefslogtreecommitdiff
path: root/community/monit
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-02 03:22:51 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-02 03:22:51 +0000
commit20baa30c3c0e442a770f2906d12784ab7ef719ec (patch)
tree556ba62fdd6b003ab007c814825e00ed1d3f9e44 /community/monit
parente326bc7715fc98496e1c1c7bf8335d93b83f1ffa (diff)
Sun Mar 2 03:20:04 UTC 2014
Diffstat (limited to 'community/monit')
-rw-r--r--community/monit/PKGBUILD16
-rw-r--r--community/monit/monit.changelog3
2 files changed, 12 insertions, 7 deletions
diff --git a/community/monit/PKGBUILD b/community/monit/PKGBUILD
index 763238050..a23703217 100644
--- a/community/monit/PKGBUILD
+++ b/community/monit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 97739 2013-09-28 07:54:08Z jlichtblau $
+# $Id: PKGBUILD 106371 2014-03-01 12:19:21Z 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.6
+pkgver=5.7
pkgrel=1
pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system"
arch=('i686' 'x86_64')
@@ -19,16 +19,18 @@ sha256sums=('38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d'
'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
build() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}"/$pkgname-$pkgver
./configure --prefix=/usr
make
}
package() {
- cd ${srcdir}/$pkgname-$pkgver
+ 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
+ make DESTDIR="${pkgdir}" install
+ install -D -m700 monitrc "${pkgdir}"/etc/monitrc
+ install -D -m644 "${srcdir}"/$pkgname.service "${pkgdir}"/usr/lib/systemd/system/$pkgname.service
}
+sha256sums=('bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2'
+ 'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
diff --git a/community/monit/monit.changelog b/community/monit/monit.changelog
index ddc3eac05..0d2459695 100644
--- a/community/monit/monit.changelog
+++ b/community/monit/monit.changelog
@@ -1,3 +1,6 @@
+2014-03-01 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * monit 5.7-1
+
2013-09-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* monit 5.6-1