diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-02-01 15:00:08 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 00:09:45 +0100 |
commit | d2d8c7385b0582928d8ffa96eea86888c8511c25 (patch) | |
tree | 41f91221b30c4c34b72604dd6400a7825eda57de /community/perl-curses | |
parent | 3c8264c6e10f5bc2a8eddadef23433c0d2a0496a (diff) | |
download | aports-d2d8c7385b0582928d8ffa96eea86888c8511c25.tar.bz2 aports-d2d8c7385b0582928d8ffa96eea86888c8511c25.tar.xz |
community: update all cpan urls to metacpan.org
Diffstat (limited to 'community/perl-curses')
-rw-r--r-- | community/perl-curses/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-curses/APKBUILD b/community/perl-curses/APKBUILD index 077b424b12..b97c5f829e 100644 --- a/community/perl-curses/APKBUILD +++ b/community/perl-curses/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-curses _pkgreal=Curses pkgver=1.36 -pkgrel=3 +pkgrel=4 pkgdesc="terminal screen handling and optimization" -url="http://search.cpan.org/dist/Curses/" +url="https://metacpan.org/release/Curses/" arch="all" license="GPL-1.0-only" cpandepends="" @@ -16,7 +16,7 @@ depends="$cpandepends" makedepends="perl-dev ncurses-dev $cpanmakedepends" checkdepends="$cpancheckdepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/G/GI/GIRAFFED/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { |