diff options
Diffstat (limited to 'community/perl-crypt-rc4/APKBUILD')
-rw-r--r-- | community/perl-crypt-rc4/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-crypt-rc4/APKBUILD b/community/perl-crypt-rc4/APKBUILD index 3d89e901d1..327bcd6533 100644 --- a/community/perl-crypt-rc4/APKBUILD +++ b/community/perl-crypt-rc4/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-crypt-rc4 _pkgreal=Crypt-RC4 pkgver=2.02 -pkgrel=1 +pkgrel=2 pkgdesc="Perl implementation of the RC4 encryption algorithm" -url="http://search.cpan.org/dist/Crypt-RC4/" +url="https://metacpan.org/release/Crypt-RC4/" 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/S/SI/SIFUKURT/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/S/SI/SIFUKURT/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |