From c9f5e21dd8fb351b203cc3ebbb862e848e541d2f Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Tue, 4 Sep 2018 07:57:36 +0200 Subject: [PATCH] perl-Math-BigInt-GMP: rebuild to fix cross package and rearrange *depends --- srcpkgs/perl-Math-BigInt-GMP/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/perl-Math-BigInt-GMP/template b/srcpkgs/perl-Math-BigInt-GMP/template index 6f3dc4229d4..4f8203833d4 100644 --- a/srcpkgs/perl-Math-BigInt-GMP/template +++ b/srcpkgs/perl-Math-BigInt-GMP/template @@ -1,12 +1,12 @@ # Template file for 'perl-Math-BigInt-GMP' pkgname=perl-Math-BigInt-GMP version=1.6005 -revision=3 +revision=4 wrksrc="Math-BigInt-GMP-${version}" build_style=perl-module -hostmakedepends="perl gmp-devel" -makedepends="${hostmakedepends}" -depends="${hostmakedepends}" +hostmakedepends="perl" +makedepends="perl gmp-devel" +depends="perl" short_desc="Math::BigInt::GMP - Use the GMP library for Math::BigInt routines" maintainer="Juan RP " homepage="https://metacpan.org/release/Math-BigInt-GMP"