diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-02-01 15:03:20 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 00:09:45 +0100 |
commit | fff27077ac283fb9be674a1200c41c85b828f9c8 (patch) | |
tree | e5232bc3fba4254769613f3963f6c32e324cfd4d /testing/perl-linux-pid/APKBUILD | |
parent | d2d8c7385b0582928d8ffa96eea86888c8511c25 (diff) | |
download | aports-fff27077ac283fb9be674a1200c41c85b828f9c8.tar.bz2 aports-fff27077ac283fb9be674a1200c41c85b828f9c8.tar.xz |
testing: update all cpan urls to metacpan.org
Diffstat (limited to 'testing/perl-linux-pid/APKBUILD')
-rw-r--r-- | testing/perl-linux-pid/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/perl-linux-pid/APKBUILD b/testing/perl-linux-pid/APKBUILD index 51940f69ce..97b7582c7f 100644 --- a/testing/perl-linux-pid/APKBUILD +++ b/testing/perl-linux-pid/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-linux-pid _pkgreal=Linux-Pid pkgver=0.04 -pkgrel=7 +pkgrel=8 pkgdesc="Get the native PID and the PPID on Linux" -url="http://search.cpan.org/dist/Linux-Pid/" +url="https://metacpan.org/release/Linux-Pid/" 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/RG/RGARCIA/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/R/RG/RGARCIA/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |