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 <[email protected]>
---
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.gz";)
+source=("http://cpan.org/modules/by-module/${_modnamespace}/${_perlmod}-${pkgver}.tar.gz";)
 md5sums=()
 
 build() {
-- 
1.8.5.2

Reply via email to