mpfr: update to 4.2.2, adopt.

This commit is contained in:
Gonzalo Tornaría 2025-03-28 10:47:35 -03:00 committed by Leah Neukirchen
parent b1e64f8a68
commit b0630204cb

View file

@ -1,18 +1,18 @@
# Template file for 'mpfr'
pkgname=mpfr
version=4.2.1
version=4.2.2
revision=1
bootstrap=yes
build_style=gnu-configure
configure_args="--enable-thread-safe"
makedepends="gmp-devel"
short_desc="Library for multiple-precision floating-point computations"
maintainer="Enno Boland <gottox@voidlinux.org>"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="LGPL-3.0-or-later"
homepage="http://www.mpfr.org"
changelog="https://www.mpfr.org/mpfr-current/#changes"
distfiles="http://www.mpfr.org/mpfr-${version}/mpfr-${version}.tar.xz"
checksum=277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2
checksum=b67ba0383ef7e8a8563734e2e889ef5ec3c3b898a01d00fa0a6869ad81c6ce01
mpfr-devel_package() {
depends="${makedepends} mpfr>=${version}_${revision}"