diff --git a/srcpkgs/perl-LWP-Protocol-https/template b/srcpkgs/perl-LWP-Protocol-https/template index 9a4f461177..2c02ee56a7 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 "