diff options
Diffstat (limited to 'main/perl-cps/APKBUILD')
-rw-r--r-- | main/perl-cps/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-cps/APKBUILD b/main/perl-cps/APKBUILD index 30737d81e9..1fa82abf78 100644 --- a/main/perl-cps/APKBUILD +++ b/main/perl-cps/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-cps _pkgreal=CPS pkgver=0.19 -pkgrel=0 +pkgrel=1 pkgdesc="manage flow of control in Continuation-Passing Style" -url="http://search.cpan.org/dist/CPS/" +url="https://metacpan.org/release/CPS/" arch="noarch" license="GPL-1.0-or-later OR Artistic-1.0-Perl" cpandepends="perl-future perl-sub-name" @@ -14,7 +14,7 @@ cpanmakedepends="perl-test-identity perl-test-refcount perl-test-fatal" depends="$cpandepends" makedepends="$cpanmakedepends perl-dev perl-module-build" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |