aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Grimes2015-09-25 08:20:48 -0400
committerMark Grimes2015-09-25 08:20:48 -0400
commit64d6a64d0389ed1c72995609ccdcd24bef5bdbc9 (patch)
treef74ba04507df3f951dfa454b271389fb9ca1d19f
parent3e989fed9a9820cc06c62f4d4209b94737538dc8 (diff)
downloadaur-64d6a64d0389ed1c72995609ccdcd24bef5bdbc9.tar.gz
Fixes bug in PKBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d65f42ca9741..5305f271d092 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
-pkgbase = perl-nagios-plugin
+pkgbase = perl-monitoring-plugin
pkgdesc = A family of perl modules to streamline writing Naemon, Nagios, Icinga or Shinken (and compatible) plugins.
pkgver = 0.39
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/module/Monitoring-Plugin
arch = any
license = GPL
@@ -16,5 +16,5 @@ pkgbase = perl-nagios-plugin
source = https://cpan.metacpan.org/authors/id/N/NI/NIERLEIN/Monitoring-Plugin-0.39.tar.gz
md5sums = c786ada6289bda2c4380d3df3b5185d5
-pkgname = perl-nagios-plugin
+pkgname = perl-monitoring-plugin
diff --git a/PKGBUILD b/PKGBUILD
index b74118b78156..b416c861fce0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Grimes <mgrimes at peculier.com>
-pkgname=perl-nagios-plugin
+pkgname=perl-monitoring-plugin
pkgver=0.39
-pkgrel=1
+pkgrel=2
pkgdesc="A family of perl modules to streamline writing Naemon, Nagios, Icinga or Shinken (and compatible) plugins."
_dist=Monitoring-Plugin
arch=('any')