diff options
Diffstat (limited to 'community/perl-module-runtime-conflicts/APKBUILD')
-rw-r--r-- | community/perl-module-runtime-conflicts/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-module-runtime-conflicts/APKBUILD b/community/perl-module-runtime-conflicts/APKBUILD index f87c9154e1..bde8e4af64 100644 --- a/community/perl-module-runtime-conflicts/APKBUILD +++ b/community/perl-module-runtime-conflicts/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-module-runtime-conflicts _pkgreal=Module-Runtime-Conflicts pkgver=0.003 -pkgrel=1 +pkgrel=2 pkgdesc="Provide information on conflicts for Module::Runtime" -url="http://search.cpan.org/dist/Module-Runtime-Conflicts/" +url="https://metacpan.org/release/Module-Runtime-Conflicts/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-module-runtime perl-dist-checkconflicts" @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |