diff options
Diffstat (limited to 'community/perl-universal-moniker/APKBUILD')
-rw-r--r-- | community/perl-universal-moniker/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-universal-moniker/APKBUILD b/community/perl-universal-moniker/APKBUILD index 5f32892b36..7f3ed88601 100644 --- a/community/perl-universal-moniker/APKBUILD +++ b/community/perl-universal-moniker/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-universal-moniker _pkgreal=UNIVERSAL-moniker pkgver=0.08 -pkgrel=1 +pkgrel=2 pkgdesc="unknown" -url="http://search.cpan.org/dist/UNIVERSAL-moniker/" +url="https://metacpan.org/release/UNIVERSAL-moniker/" 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/K/KA/KASEI/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/K/KA/KASEI/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |