diff options
Diffstat (limited to 'community/perl-functional-utility/APKBUILD')
-rw-r--r-- | community/perl-functional-utility/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-functional-utility/APKBUILD b/community/perl-functional-utility/APKBUILD index fac05900e5..d66197cdfc 100644 --- a/community/perl-functional-utility/APKBUILD +++ b/community/perl-functional-utility/APKBUILD @@ -3,9 +3,9 @@ pkgname=perl-functional-utility _pkgreal=Functional-Utility pkgver=1.02 -pkgrel=1 +pkgrel=2 pkgdesc="Helper tools for light-weight functional programming." -url="http://search.cpan.org/dist/Functional-Utility/" +url="https://metacpan.org/release/Functional-Utility/" arch="noarch" license="GPL PerlArtistic" cpandepends="" @@ -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" |