upgpkg: perl-rrd-editor 0.21-1

upstream release
This commit is contained in:
Cedric Girard 2021-11-15 11:40:22 +01:00
parent 4e6180a81f
commit cc694fe5b4
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pkgbase = perl-rrd-editor
pkgdesc = Portable, standalone (no need for RRDs.pm) tool to create and edit RRD files
pkgver = 0.18
pkgver = 0.21
pkgrel = 1
url = https://metacpan.org/release/RRD-Editor
arch = any
@ -8,8 +8,7 @@ pkgbase = perl-rrd-editor
license = PerlArtistic
depends = perl>=5.10.0
options = !emptydirs
source = http://cpan.perl.org/modules/by-authors/id/D/DO/DOUGLEITH/RRD-Editor-0.18.tar.gz
md5sums = 48c7cf8567f72316bde7df655d9fd473
source = https://cpan.perl.org/modules/by-authors/id/M/MB/MBASUNOV/RRD-Editor-0.21.tar.gz
sha256sums = 761f9268771c4684544a2065e63d2b124a87448ca932853b538bfccc6dea4c6b
pkgname = perl-rrd-editor

View File

@ -1,8 +1,8 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_author=DOUGLEITH
_author=MBASUNOV
_perlmod=RRD-Editor
pkgname=perl-rrd-editor
pkgver=0.18
pkgver=0.21
pkgrel=1
pkgdesc="Portable, standalone (no need for RRDs.pm) tool to create and edit RRD files"
arch=('any')
@ -10,8 +10,8 @@ url="https://metacpan.org/release/$_perlmod"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0')
options=(!emptydirs)
source=(http://cpan.perl.org/modules/by-authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz)
md5sums=('48c7cf8567f72316bde7df655d9fd473')
source=(https://cpan.perl.org/modules/by-authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz)
sha256sums=('761f9268771c4684544a2065e63d2b124a87448ca932853b538bfccc6dea4c6b')
build() {
cd "$srcdir/$_perlmod-$pkgver"