mpfr: update to 4.0.1.
Closes #14460. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
216e17450b
commit
f76d4b1495
2 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template build file for 'mpfr'
|
# Template build file for 'mpfr'
|
||||||
pkgname=mpfr
|
pkgname=mpfr
|
||||||
version=4.0.0
|
version=4.0.1
|
||||||
revision=2
|
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="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-3"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="http://www.mpfr.org"
|
homepage="http://www.mpfr.org"
|
||||||
distfiles="http://www.mpfr.org/mpfr-${version}/mpfr-${version}.tar.xz"
|
distfiles="http://www.mpfr.org/mpfr-${version}/mpfr-${version}.tar.xz"
|
||||||
checksum=fbe2cd1418b321f5c899ce4f0f0f4e73f5ecc7d02145b0e1fd096f5c3afb8a1d
|
checksum=67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458a6e16e
|
||||||
|
|
||||||
|
|
||||||
mpfr-devel_package() {
|
mpfr-devel_package() {
|
||||||
depends="${makedepends} mpfr>=${version}_${revision}"
|
depends="${makedepends} mpfr>=${version}_${revision}"
|
||||||
|
|
1
srcpkgs/mpfr/update
Normal file
1
srcpkgs/mpfr/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
site="http://www.mpfr.org/mpfr-current/"
|
Loading…
Reference in a new issue