perl-Math-BigInt-GMP: rebuild to fix cross package
and rearrange *depends
This commit is contained in:
parent
18275eedd9
commit
c9f5e21dd8
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
homepage="https://metacpan.org/release/Math-BigInt-GMP"
|
||||
|
|
Loading…
Reference in New Issue