diff options
Diffstat (limited to 'community/perl-dir-self')
-rw-r--r-- | community/perl-dir-self/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-dir-self/APKBUILD b/community/perl-dir-self/APKBUILD index f090459d2d..18b07a59fc 100644 --- a/community/perl-dir-self/APKBUILD +++ b/community/perl-dir-self/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-dir-self _pkgreal=Dir-Self pkgver=0.11 -pkgrel=1 +pkgrel=2 pkgdesc="a __DIR__ constant for the directory your source file is in" -url="http://search.cpan.org/dist/Dir-Self/" +url="https://metacpan.org/release/Dir-Self/" arch="noarch" license="GPL PerlArtistic" cpandepends="" @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/M/MA/MAUKE/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/M/MA/MAUKE/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |