upgpkg: perl-zabbix2-api 0.014-1

upstream release
This commit is contained in:
Cedric Girard 2021-08-31 16:43:06 +02:00
parent b25730c27a
commit 7c41f0a1f1
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 8 additions and 9 deletions

View File

@ -1,6 +1,6 @@
pkgbase = perl-zabbix2-api
pkgdesc = Access the JSON-RPC API of a Zabbix server
pkgver = 0.013
pkgver = 0.014
pkgrel = 1
url = https://metacpan.org/release/Zabbix2-API
arch = any
@ -14,8 +14,7 @@ pkgbase = perl-zabbix2-api
depends = perl-params-validate
depends = perl-uri
options = !emptydirs
source = http://cpan.metacpan.org/authors/id/F/FG/FGA/Zabbix2-API-0.013.tar.gz
md5sums = 92a983f611847af6487e2fea161c6606
source = https://cpan.metacpan.org/authors/id/S/SU/SUJITSALI/Zabbix2-API-0.014.tar.gz
sha256sums = 72dd8b8c5bd268800db939c4ab13a6f3487351a840335c468f72f5a23b19b74c
pkgname = perl-zabbix2-api

View File

@ -1,8 +1,8 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_author=FGA
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
_author=SUJITSALI
_perlmod=Zabbix2-API
pkgname=perl-zabbix2-api
pkgver=0.013
pkgver=0.014
pkgrel=1
pkgdesc="Access the JSON-RPC API of a Zabbix server"
arch=('any')
@ -18,8 +18,8 @@ depends=(
'perl-uri'
)
options=(!emptydirs)
source=(http://cpan.metacpan.org/authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz)
md5sums=('92a983f611847af6487e2fea161c6606')
source=(https://cpan.metacpan.org/authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz)
sha256sums=('72dd8b8c5bd268800db939c4ab13a6f3487351a840335c468f72f5a23b19b74c')
build() {
cd "$srcdir/$_perlmod-$pkgver"