diff --git a/srcpkgs/mpfr/template b/srcpkgs/mpfr/template index 5cd92697ba7..8e9365aaaf9 100644 --- a/srcpkgs/mpfr/template +++ b/srcpkgs/mpfr/template @@ -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 " 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}"