From 7480a0f8bb98483f00f1e983ffc66346e6500c30 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 17 May 2014 00:51:34 +0200 Subject: [PATCH] gmp: update mirror; update -devel rdeps. --- srcpkgs/gmp/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gmp/template b/srcpkgs/gmp/template index 77256d7870c..bbb02c6475b 100644 --- a/srcpkgs/gmp/template +++ b/srcpkgs/gmp/template @@ -1,7 +1,7 @@ # Template build file for 'gmp' pkgname=gmp version=5.1.3 -revision=1 +revision=2 build_style=gnu-configure # Build with -fexceptions as suggested by ppl. CPPFLAGS="-fexceptions" @@ -14,7 +14,7 @@ short_desc="Library for arbitrary precision arithmetic" maintainer="Juan RP " license="LGPL-3" homepage="http://gmplib.org/" -distfiles="ftp://ftp.gmplib.org/pub/gmp-${version}/gmp-${version}.tar.xz" +distfiles="http://mirror.anl.gov/pub/gnu/gmp/gmp-${version}.tar.xz" checksum=dee2eda37f4ff541f30019932db0c37f6f77a30ba3609234933b1818f9b07071 if [ "$CROSS_BUILD" ]; then @@ -25,7 +25,7 @@ if [ "$CROSS_BUILD" ]; then fi gmp-devel_package() { - depends="gmp>=${version}" + depends="gmp>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include