From f7eda4e79c3dadc7db85d8be4bf54332885e5067 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 25 Sep 2019 22:01:58 +0200 Subject: [PATCH] perl-DateTime: add hostmakedepends for build order --- srcpkgs/perl-DateTime/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/perl-DateTime/template b/srcpkgs/perl-DateTime/template index 81fb8c62714..64728ab3f31 100644 --- a/srcpkgs/perl-DateTime/template +++ b/srcpkgs/perl-DateTime/template @@ -1,7 +1,7 @@ # Template file for 'perl-DateTime' pkgname=perl-DateTime version=1.50 -revision=5 +revision=6 wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module hostmakedepends="perl" @@ -17,4 +17,4 @@ checksum=ed6b0c71ddd81310a82459508df9197074e6b13aea46fd279045c3ddc3c4b198 # This isn't a direct dependency but when soname bumping perl it will # cause build failures -hostmakedepends+=" perl-Package-Stash-XS perl-Sub-Identify perl-Variable-Magic perl-Params-Util" +hostmakedepends+=" perl-Package-Stash-XS perl-Sub-Identify perl-Variable-Magic perl-Params-Util perl-Sub-Name"