summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2021-08-31 16:43:06 +0200
committerCedric Girard2021-08-31 16:43:06 +0200
commit38054b735f07dc20e38222b196efbb7ddef39e91 (patch)
tree6228182476e6f8e27626499d3f984b7db715a7b8 /PKGBUILD
parentded67be8d55c350618546f3d13f584d04f0a1a5e (diff)
downloadaur-perl-zabbix2-api.tar.gz
upgpkg: perl-zabbix2-api 0.014-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f65f61fed200..14154b5f7aec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"