perl-Math-Prime-Util: update to 0.71.

This commit is contained in:
maxice8 2018-08-30 23:10:22 -03:00
parent 157396d2be
commit 80c8b3b491
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,20 +1,20 @@
# Template file for 'perl-Math-Prime-Util'
pkgname="perl-Math-Prime-Util"
version=0.70
revision=3
pkgname=perl-Math-Prime-Util
version=0.71
revision=1
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl perl-Math-Prime-Util-GMP"
makedepends="${hostmakedepends}"
depends="${hostmakedepends}"
makedepends="$hostmakedepends"
depends="$hostmakedepends"
short_desc="Utilities related to prime numbers, including fast sieves and factoring"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="Artistic, GPL-1"
license="Artistic-1.0-Perl, GPL-1.0-or-later"
homepage="https://github.com/danaj/Math-Prime-Util"
distfiles="${CPAN_SITE}/Math/${pkgname/perl-/}-${version}.tar.gz"
checksum=aa38561c7d2a6ffa5f2bcb029ef4ad26596a1addfac3fa1b4b9fee1e9d24ab9d
checksum=8ae2c4df866fa7bdad614e086f3c888258787f4d1b62382afe13e6256f0e8043
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
pre_configure() {
sed -i -e "s/^\(my \$have_gmp =\).*/\1 1;/" Makefile.PL
}