From 5c6de700b6bf3dbe987682b8fbe79259a52cb949 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 8 Jul 2014 11:29:41 +0200 Subject: [PATCH] perl-LWP-Protocol-https: require rdeps as bdeps to build prereqs. --- srcpkgs/perl-LWP-Protocol-https/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/perl-LWP-Protocol-https/template b/srcpkgs/perl-LWP-Protocol-https/template index 9a4f461177a..2c02ee56a7a 100644 --- a/srcpkgs/perl-LWP-Protocol-https/template +++ b/srcpkgs/perl-LWP-Protocol-https/template @@ -1,12 +1,12 @@ # Template build file for 'perl-LWP-Protocol-https'. pkgname=perl-LWP-Protocol-https version=6.04 -revision=1 +revision=2 wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module hostmakedepends="perl>=5.18" -makedepends="${hostmakedepends}" -depends="${makedepends} perl-IO-Socket-SSL perl-Mozilla-CA perl-Net-HTTP perl-LWP" +makedepends="${hostmakedepends} perl-IO-Socket-SSL perl-Mozilla-CA perl-Net-HTTP perl-LWP" +depends="${makedepends}" noarch="yes" short_desc="LWP::Protocol::https - Provide https support for LWP::UserAgent" maintainer="Christian Neukirchen "