aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-capture-tiny/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/perl-capture-tiny/APKBUILD')
-rw-r--r--main/perl-capture-tiny/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-capture-tiny/APKBUILD b/main/perl-capture-tiny/APKBUILD
index 758d47434f..0ea73b2635 100644
--- a/main/perl-capture-tiny/APKBUILD
+++ b/main/perl-capture-tiny/APKBUILD
@@ -4,9 +4,9 @@
pkgname=perl-capture-tiny
_pkgreal=Capture-Tiny
pkgver=0.48
-pkgrel=0
+pkgrel=1
pkgdesc="Capture STDOUT and STDERR from Perl, XS or external programs"
-url="http://search.cpan.org/dist/Capture-Tiny/"
+url="https://metacpan.org/release/Capture-Tiny/"
arch="noarch"
license="Apache-2.0"
cpandepends=""
@@ -14,7 +14,7 @@ cpanmakedepends=" "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/$_pkgreal-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$_pkgreal-$pkgver.tar.gz"
_builddir="$srcdir/$_pkgreal-$pkgver"