mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
perl-Math-Prime-Util-GMP: rebuild to fix cross package
and simplify *depends
This commit is contained in:
parent
41ade81cdf
commit
2234413490
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'perl-Math-Prime-Util-GMP'
|
||||
pkgname=perl-Math-Prime-Util-GMP
|
||||
version=0.51
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="${hostmakedepends} gmp-devel"
|
||||
depends="$hostmakedepends"
|
||||
makedepends="perl gmp-devel"
|
||||
depends="perl"
|
||||
short_desc="Utilities related to prime numbers and factoring, using GMP"
|
||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
|
|
Loading…
Add table
Reference in a new issue