[arch-commits] Commit in monitoring-plugins/trunk (PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Tue Dec 2 19:21:19 UTC 2014


    Date: Tuesday, December 2, 2014 @ 20:21:18
  Author: jsteel
Revision: 123365

upgpkg: monitoring-plugins 2.1.1-1

Modified:
  monitoring-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-02 18:50:07 UTC (rev 123364)
+++ PKGBUILD	2014-12-02 19:21:18 UTC (rev 123365)
@@ -2,13 +2,12 @@
 # Contributor: Idares <idares at seznam dot cz>
 
 pkgname=monitoring-plugins
-pkgver=2.1
-pkgrel=3
-pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu, and other monitoring applications."
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other monitoring applications"
 arch=('i686' 'x86_64')
 url="http://www.monitoring-plugins.org"
 license=('GPL3')
-depends=('libldap')
 makedepends=('net-snmp' 'postgresql-libs' 'libdbi' 'libmariadbclient'
   'procps-ng' 'iputils' 'fping' 'dnsutils' 'rpcbind' 'smbclient' 'openssh'
   'inetutils' 'postfix' 'perl-net-snmp')
@@ -15,15 +14,16 @@
 optdepends=('net-snmp: for SNMP checking'
   'postgresql-libs: for check_pgsql'
   'libmariadbclient: for check_mysql_query and check_mysql'
-  'libdbi: for check_dbi')
+  'libdbi: for check_dbi'
+  'libldap: for check_ldap')
 provides=('nagios-plugins')
 conflicts=('nagios-plugins')
 replaces=('nagios-plugins')
 source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('9dc3f7d39cfdea60f3929ecdbb4cbb4a')
+md5sums=('8e564c03e3fc32f452956892b19abb4d')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins
 
@@ -31,9 +31,9 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  make DESTDIR="$pkgdir"/ install
+  make DESTDIR="$pkgdir" install
 
   install -Dm644 FAQ "$pkgdir"/usr/share/doc/$pkgname/FAQ
   install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README



More information about the arch-commits mailing list