mpfr: update to 3.1.5.
This commit is contained in:
parent
29bbccf4cd
commit
68891911d8
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'mpfr'
|
# Template build file for 'mpfr'
|
||||||
pkgname=mpfr
|
pkgname=mpfr
|
||||||
version=3.1.4
|
version=3.1.5
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -11,11 +11,11 @@ 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.xz"
|
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.xz"
|
||||||
checksum=761413b16d749c53e2bfd2b1dfaa3b027b0e793e404b90b5fbaeef60af6517f5
|
checksum=015fde82b3979fbe5f83501986d328331ba8ddf008c1ff3da3c238f49ca062bc
|
||||||
|
|
||||||
mpfr-devel_package() {
|
mpfr-devel_package() {
|
||||||
depends="gmp-devel mpfr>=${version}_${revision}"
|
depends="${makedepends} mpfr>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
|
|
Loading…
Reference in New Issue