mpfr: update to 3.1.4

mpfr-3.1.3 is no longer available
This commit is contained in:
Jürgen Buchmüller 2016-03-06 15:20:54 +01:00
parent 4073bdb14b
commit 7db2a292e3
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template build file for 'mpfr' # Template build file for 'mpfr'
pkgname=mpfr pkgname=mpfr
version=3.1.3 version=3.1.4
revision=1 revision=1
bootstrap=yes bootstrap=yes
build_style=gnu-configure build_style=gnu-configure
@ -10,8 +10,8 @@ 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"
homepage="http://www.mpfr.org" homepage="http://www.mpfr.org"
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.bz2" distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.xz"
checksum=f63bb459157cacd223caac545cb816bcdb5a0de28b809e7748b82e9eb89b0afd checksum=761413b16d749c53e2bfd2b1dfaa3b027b0e793e404b90b5fbaeef60af6517f5
mpfr-devel_package() { mpfr-devel_package() {
depends="gmp-devel mpfr>=${version}_${revision}" depends="gmp-devel mpfr>=${version}_${revision}"