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

Jonathan Steel jsteel at archlinux.org
Tue Nov 29 13:37:22 UTC 2016


    Date: Tuesday, November 29, 2016 @ 13:37:21
  Author: jsteel
Revision: 197386

upgpkg: monitoring-plugins 2.2-1

Modified:
  monitoring-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-29 12:58:20 UTC (rev 197385)
+++ PKGBUILD	2016-11-29 13:37:21 UTC (rev 197386)
@@ -2,8 +2,8 @@
 # Contributor: Idares <idares at seznam dot cz>
 
 pkgname=monitoring-plugins
-pkgver=2.1.2
-pkgrel=3
+pkgver=2.2
+pkgrel=1
 pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other monitoring applications"
 arch=('i686' 'x86_64')
 url="http://www.monitoring-plugins.org"
@@ -20,7 +20,7 @@
 conflicts=('nagios-plugins')
 replaces=('nagios-plugins')
 source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('4a210f7db012571ea58e214cef74f612')
+md5sums=('549e243ba1fb5c5b3be3a86961de40a7')
 
 build() {
   cd $pkgname-$pkgver
@@ -37,7 +37,7 @@
 
   make DESTDIR="$pkgdir" install
 
-  install -Dm644 LEGAL "$pkgdir"/usr/share/licenses/$pkgname/LEGAL
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
 
   for i in ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CODING ChangeLog \
     FAQ NEWS README REQUIREMENTS SUPPORT THANKS; do



More information about the arch-commits mailing list