From dbf4493cf6ef029a239f55c395afa88dbd9d9d13 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 8 Jul 2014 11:32:04 +0200 Subject: [PATCH] perl-LWP-Protocol-socks: require rdeps as bdeps to build prereqs. --- srcpkgs/perl-LWP-Protocol-socks/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/perl-LWP-Protocol-socks/template b/srcpkgs/perl-LWP-Protocol-socks/template index 43769980ea2..914eb826503 100644 --- a/srcpkgs/perl-LWP-Protocol-socks/template +++ b/srcpkgs/perl-LWP-Protocol-socks/template @@ -1,12 +1,12 @@ # Template build file for 'perl-LWP-Protocol-socks'. pkgname=perl-LWP-Protocol-socks version=1.6 -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-LWP-Protocol-https perl-IO-Socket-Socks perl-LWP" +makedepends="${hostmakedepends} perl-IO-Socket-SSL perl-LWP-Protocol-https perl-IO-Socket-Socks perl-LWP" +depends="${makedepends}" noarch="yes" short_desc="LWP::Protocol::socks - adds support for the socks protocol" maintainer="Christian Neukirchen "