summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2021-11-15 11:40:22 +0100
committerCedric Girard2021-11-15 11:40:22 +0100
commit2015eac583d0ba91fff38516533a2f82a089d2db (patch)
tree5a1f697e3e6db65a60b8d3065a9482d7c73c12a5 /PKGBUILD
parenta626d774ecb73c5a3bd8357a0520b07613c71e4d (diff)
downloadaur-perl-rrd-editor.tar.gz
upgpkg: perl-rrd-editor 0.21-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 791f1d766931..68b2734cd7fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"