diff options
Diffstat (limited to 'main/perl-exporter-tiny/APKBUILD')
-rw-r--r-- | main/perl-exporter-tiny/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-exporter-tiny/APKBUILD b/main/perl-exporter-tiny/APKBUILD index ed945413a7..d1b6ec746c 100644 --- a/main/perl-exporter-tiny/APKBUILD +++ b/main/perl-exporter-tiny/APKBUILD @@ -4,15 +4,15 @@ pkgname=perl-exporter-tiny _pkgreal=Exporter-Tiny pkgver=1.002001 -pkgrel=0 +pkgrel=1 pkgdesc="An exporter with the features of Sub::Exporter but only core dependencies" -url="http://search.cpan.org/dist/Exporter-Tiny/" +url="https://metacpan.org/release/Exporter-Tiny/" arch="noarch" license="GPL PerlArtistic" cpanmakedepends="perl-test-warnings perl-test-fatal" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |