diff options
Diffstat (limited to 'community/perl-tie-hash-method')
-rw-r--r-- | community/perl-tie-hash-method/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-tie-hash-method/APKBUILD b/community/perl-tie-hash-method/APKBUILD index 9e7630fdf9..f498540a32 100644 --- a/community/perl-tie-hash-method/APKBUILD +++ b/community/perl-tie-hash-method/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-tie-hash-method _pkgreal=Tie-Hash-Method pkgver=0.02 -pkgrel=1 +pkgrel=2 pkgdesc="Tied hash with specific methods overriden by callbacks" -url="http://search.cpan.org/dist/Tie-Hash-Method/" +url="https://metacpan.org/release/Tie-Hash-Method/" 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/Y/YV/YVES/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/Y/YV/YVES/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { |