aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45c0961bab1a..73529c0df154 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = perl-monitoring-plugin
pkgdesc = The Perl Monitoring::Plugin modules which is used to streamline writing Naemon, Nagios, Icinga or Shinken (and compatible) plugins.
pkgver = 0.40
- pkgrel = 1
- url = https://metacpan.org/module/Monitoring-Plugin
+ pkgrel = 2
+ url = https://metacpan.org/release/Monitoring-Plugin
arch = any
license = GPL
license = PerlArtistic
diff --git a/.gitignore b/.gitignore
index af160642e750..2f1ddb4b5da7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
pkg/
src/
-*.tar.gz
-*.src.tar.gz
+*.tar.*
+*.src.tar.*
*.pkg.tar*
*.swp
diff --git a/PKGBUILD b/PKGBUILD
index b1459825d995..ec0cdf12e3cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=perl-monitoring-plugin
pkgver=0.40
-pkgrel=1
+pkgrel=2
pkgdesc="The Perl Monitoring::Plugin modules which is used to streamline writing Naemon, Nagios, Icinga or Shinken (and compatible) plugins."
_dist=Monitoring-Plugin
arch=('any')
-url="https://metacpan.org/module/$_dist"
+url="https://metacpan.org/release/$_dist"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0' 'perl-params-validate' 'perl-class-accessor' 'perl-config-tiny' 'perl-math-calc-units')
options=('!emptydirs' purge)