perl-Math-BigInt-GMP: rebuild to fix cross package

and rearrange *depends
This commit is contained in:
newbluemoon 2018-09-04 07:57:36 +02:00 committed by maxice8
parent 18275eedd9
commit c9f5e21dd8
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'perl-Math-BigInt-GMP' # Template file for 'perl-Math-BigInt-GMP'
pkgname=perl-Math-BigInt-GMP pkgname=perl-Math-BigInt-GMP
version=1.6005 version=1.6005
revision=3 revision=4
wrksrc="Math-BigInt-GMP-${version}" wrksrc="Math-BigInt-GMP-${version}"
build_style=perl-module build_style=perl-module
hostmakedepends="perl gmp-devel" hostmakedepends="perl"
makedepends="${hostmakedepends}" makedepends="perl gmp-devel"
depends="${hostmakedepends}" depends="perl"
short_desc="Math::BigInt::GMP - Use the GMP library for Math::BigInt routines" short_desc="Math::BigInt::GMP - Use the GMP library for Math::BigInt routines"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://metacpan.org/release/Math-BigInt-GMP" homepage="https://metacpan.org/release/Math-BigInt-GMP"