mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-02 18:13:07 +02:00
mpfr: update to 4.2.2, adopt.
This commit is contained in:
parent
b1e64f8a68
commit
b0630204cb
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'mpfr'
|
# Template file for 'mpfr'
|
||||||
pkgname=mpfr
|
pkgname=mpfr
|
||||||
version=4.2.1
|
version=4.2.2
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-thread-safe"
|
configure_args="--enable-thread-safe"
|
||||||
makedepends="gmp-devel"
|
makedepends="gmp-devel"
|
||||||
short_desc="Library for multiple-precision floating-point computations"
|
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"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="http://www.mpfr.org"
|
homepage="http://www.mpfr.org"
|
||||||
changelog="https://www.mpfr.org/mpfr-current/#changes"
|
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=277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2
|
checksum=b67ba0383ef7e8a8563734e2e889ef5ec3c3b898a01d00fa0a6869ad81c6ce01
|
||||||
|
|
||||||
mpfr-devel_package() {
|
mpfr-devel_package() {
|
||||||
depends="${makedepends} mpfr>=${version}_${revision}"
|
depends="${makedepends} mpfr>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue