Zabbix2::API updated to 0.013

This commit is contained in:
Cedric Girard 2015-06-10 11:13:06 +02:00
parent cdb44d35ac
commit ded67be8d5
2 changed files with 5 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = perl-zabbix2-api
pkgdesc = Access the JSON-RPC API of a Zabbix server
pkgver = 0.012
pkgver = 0.013
pkgrel = 1
url = https://metacpan.org/release/Zabbix2-API
arch = any
@ -11,12 +11,11 @@ pkgbase = perl-zabbix2-api
depends = perl-log-any
depends = perl-libwww
depends = perl-moo>=1.001000
depends = perl-moo-lax
depends = perl-params-validate
depends = perl-uri
options = !emptydirs
source = http://cpan.metacpan.org/authors/id/F/FG/FGA/Zabbix2-API-0.012.tar.gz
md5sums = 83dc1afca04e1e409f7758dfda1b8955
source = http://cpan.metacpan.org/authors/id/F/FG/FGA/Zabbix2-API-0.013.tar.gz
md5sums = 92a983f611847af6487e2fea161c6606
pkgname = perl-zabbix2-api

View file

@ -2,7 +2,7 @@
_author=FGA
_perlmod=Zabbix2-API
pkgname=perl-zabbix2-api
pkgver=0.012
pkgver=0.013
pkgrel=1
pkgdesc="Access the JSON-RPC API of a Zabbix server"
arch=('any')
@ -14,13 +14,12 @@ depends=(
'perl-log-any'
'perl-libwww'
'perl-moo>=1.001000'
'perl-moo-lax'
'perl-params-validate'
'perl-uri'
)
options=(!emptydirs)
source=(http://cpan.metacpan.org/authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz)
md5sums=('83dc1afca04e1e409f7758dfda1b8955')
md5sums=('92a983f611847af6487e2fea161c6606')
build() {
cd "$srcdir/$_perlmod-$pkgver"