mpfr: update to 3.1.6

This commit is contained in:
Sir_Boops 2017-09-09 09:08:37 -04:00 committed by Leаh Neukirchen
parent 3470c6c797
commit cacd533731

View File

@ -1,6 +1,6 @@
# Template build file for 'mpfr'
pkgname=mpfr
version=3.1.5
version=3.1.6
revision=1
bootstrap=yes
build_style=gnu-configure
@ -10,8 +10,8 @@ short_desc="Library for multiple-precision floating-point computations"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-3"
homepage="http://www.mpfr.org"
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.xz"
checksum=015fde82b3979fbe5f83501986d328331ba8ddf008c1ff3da3c238f49ca062bc
distfiles="http://www.mpfr.org/mpfr-current/mpfr-${version}.tar.xz"
checksum=7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950
mpfr-devel_package() {
depends="${makedepends} mpfr>=${version}_${revision}"