aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-template-plugin-csv/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/perl-template-plugin-csv/APKBUILD')
-rw-r--r--testing/perl-template-plugin-csv/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/perl-template-plugin-csv/APKBUILD b/testing/perl-template-plugin-csv/APKBUILD
index 9daf50b2bd4..792e94e2ea6 100644
--- a/testing/perl-template-plugin-csv/APKBUILD
+++ b/testing/perl-template-plugin-csv/APKBUILD
@@ -4,9 +4,9 @@
pkgname=perl-template-plugin-csv
_pkgreal=Template-Plugin-CSV
pkgver=0.04
-pkgrel=0
+pkgrel=1
pkgdesc="Template plugin to generate CSV"
-url="http://search.cpan.org/dist/Template-Plugin-CSV/"
+url="https://metacpan.org/release/Template-Plugin-CSV/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-template-toolkit perl-text-csv"
@@ -16,7 +16,7 @@ depends="$cpandepends"
makedepends="perl-dev perl-module-install $cpanmakedepends"
checkdepends="$cpancheckdepends"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/$_pkgreal-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/G/GU/GUGOD/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {