perl-Math-BigInt-GMP: update to 1.7000.

This commit is contained in:
Leah Neukirchen 2023-12-31 14:55:31 +01:00
parent c0e025917d
commit 75c3511cb0

View file

@ -1,7 +1,7 @@
# Template file for 'perl-Math-BigInt-GMP'
pkgname=perl-Math-BigInt-GMP
version=1.6013
revision=2
version=1.7000
revision=1
build_style=perl-module
hostmakedepends="perl"
makedepends="perl gmp-devel"
@ -11,8 +11,8 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Artistic-1.0-Perl, GPL-1.0-or-later"
homepage="https://metacpan.org/release/Math-BigInt-GMP"
distfiles="${CPAN_SITE}/Math/Math-BigInt-GMP-${version}.tar.gz"
checksum=cb1a92e02267d40515f8e03a4e212f66fd307c974cbbd313e23de32fdf10f6b5
checksum=7684ccf043049c692e1e8086909685ee99a3c6079423772f84b07f2624c46a14
post_extract() {
Xpost_extract() {
sed -i /check_lib_or/d Makefile.PL
}