diff options
Diffstat (limited to 'community/perl-hash-mostutils/APKBUILD')
-rw-r--r-- | community/perl-hash-mostutils/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-hash-mostutils/APKBUILD b/community/perl-hash-mostutils/APKBUILD index aa8707c284..6b44399785 100644 --- a/community/perl-hash-mostutils/APKBUILD +++ b/community/perl-hash-mostutils/APKBUILD @@ -3,9 +3,9 @@ pkgname=perl-hash-mostutils _pkgreal=Hash-MostUtils pkgver=1.07 -pkgrel=1 +pkgrel=2 pkgdesc="Pairwise list manipulators" -url="http://search.cpan.org/dist/Hash-MostUtils/" +url="https://metacpan.org/release/Hash-MostUtils/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-provide" @@ -13,7 +13,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/B/BE/BELDEN/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/B/BE/BELDEN/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |