mpfr: update to 4.1.1.

This commit is contained in:
Gonzalo Tornaría 2022-11-21 10:40:28 -03:00 committed by classabbyamp
parent 0d1a3ea570
commit 2c48e7f5fe

View File

@ -1,6 +1,6 @@
# Template file for 'mpfr' # Template file for 'mpfr'
pkgname=mpfr pkgname=mpfr
version=4.1.0 version=4.1.1
revision=1 revision=1
bootstrap=yes bootstrap=yes
build_style=gnu-configure build_style=gnu-configure
@ -10,8 +10,9 @@ short_desc="Library for multiple-precision floating-point computations"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-3.0-or-later" license="LGPL-3.0-or-later"
homepage="http://www.mpfr.org" homepage="http://www.mpfr.org"
changelog="https://www.mpfr.org/mpfr-current/#changes"
distfiles="http://www.mpfr.org/mpfr-${version}/mpfr-${version}.tar.xz" distfiles="http://www.mpfr.org/mpfr-${version}/mpfr-${version}.tar.xz"
checksum=0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f checksum=ffd195bd567dbaffc3b98b23fd00aad0537680c9896171e44fe3ff79e28ac33d
mpfr-devel_package() { mpfr-devel_package() {
depends="${makedepends} mpfr>=${version}_${revision}" depends="${makedepends} mpfr>=${version}_${revision}"