1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00

testing: update all cpan urls to metacpan.org

This commit is contained in:
J0WI 2020-02-01 15:03:20 +01:00 committed by Leo
parent d2d8c7385b
commit fff27077ac
106 changed files with 250 additions and 250 deletions

View file

@ -4,14 +4,14 @@
pkgname=perl-algorithm-c3
_pkgreal=Algorithm-C3
pkgver=0.10
pkgrel=1
pkgrel=2
pkgdesc="A module for merging hierarchies using the C3 algorithm"
url="https://metacpan.org/release/Algorithm-C3"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
makedepends="perl-dev"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/$_pkgreal-$pkgver.tar.gz"
source="https://cpan.metacpan.org/authors/id/H/HA/HAARG/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {