diff options
Diffstat (limited to 'community/perl-encode-eucjpascii/APKBUILD')
-rw-r--r-- | community/perl-encode-eucjpascii/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-encode-eucjpascii/APKBUILD b/community/perl-encode-eucjpascii/APKBUILD index a8219df750..b7249cce8a 100644 --- a/community/perl-encode-eucjpascii/APKBUILD +++ b/community/perl-encode-eucjpascii/APKBUILD @@ -4,16 +4,16 @@ pkgname=perl-encode-eucjpascii _pkgreal=Encode-EUCJPASCII pkgver=0.03 -pkgrel=5 +pkgrel=6 pkgdesc="Perl module for Encode-EUCJPASCII" -url="http://search.cpan.org/dist/Encode-EUCJPASCII/" +url="https://metacpan.org/release/Encode-EUCJPASCII/" arch="all" license="GPL PerlArtistic" cpandepends="" cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" -source="http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |