diff options
Diffstat (limited to 'main/perl-text-soundex/APKBUILD')
-rw-r--r-- | main/perl-text-soundex/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-text-soundex/APKBUILD b/main/perl-text-soundex/APKBUILD index c1a72b065e..8d8fe7df26 100644 --- a/main/perl-text-soundex/APKBUILD +++ b/main/perl-text-soundex/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-text-soundex _pkgreal=Text-Soundex pkgver=3.05 -pkgrel=2 +pkgrel=3 pkgdesc="Implementation of the soundex algorithm" -url="http://search.cpan.org/dist/Text-Soundex/" +url="https://metacpan.org/release/Text-Soundex/" arch="all" 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/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz" _builddir="$srcdir/$_pkgreal-$pkgver" |