cpan.perl.org does not work anymore, as it has been obsoleted by cpan.org for by-modules downloads.
Signed-off-by: Jason St. John jstjohn@purdue.edu --- Any packages using cpan.perl.org in the source array will not build because the download will time out after a couple of minutes.
prototypes/PKGBUILD-perl.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/prototypes/PKGBUILD-perl.proto b/prototypes/PKGBUILD-perl.proto index 26b9c53..1e8a57e 100644 --- a/prototypes/PKGBUILD-perl.proto +++ b/prototypes/PKGBUILD-perl.proto @@ -29,7 +29,7 @@ replaces=() backup=() options=('!emptydirs') install= -source=("http://cpan.perl.org/modules/by-module/$_modnamespace/$_perlmod-$pkgver.tar....") +source=("http://cpan.org/modules/by-module/$%7B_modnamespace%7D/$%7B_perlmod%7D-$%7Bp...") md5sums=()
build() {
arch-projects@lists.archlinux.org