[arch-commits] Commit in mpfr/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Apr 4 18:50:08 UTC 2009


    Date: Saturday, April 4, 2009 @ 14:50:08
  Author: jgc
Revision: 33733

upgpkg: mpfr 2.4.1-1

Modified:
  mpfr/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-04 18:46:00 UTC (rev 33732)
+++ PKGBUILD	2009-04-04 18:50:08 UTC (rev 33733)
@@ -3,18 +3,18 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=mpfr
-pkgver=2.3.2
-pkgrel=2
+pkgver=2.4.1
+pkgrel=1
 pkgdesc="multiple-precision floating-point library"
 arch=(i686 x86_64)
-license=('GPL' 'LGPL')
+license=('LGPL')
 url="http://www.mpfr.org/"
-depends=('gmp>=4.2.3' 'texinfo')
+depends=('gmp>=4.2.4' 'texinfo')
 options=('!libtool')
 install=mpfr.install
-source=(http://www.mpfr.org/mpfr-current/mpfr-${pkgver}.tar.gz)
-md5sums=('3559d1713b97baef53f241c374be291a')
-		  
+source=(http://www.mpfr.org/mpfr-current/mpfr-${pkgver}.tar.bz2)
+md5sums=('c5ee0a8ce82ad55fe29ac57edd35d09e')
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --enable-thread-safe --enable-shared || return 1




More information about the arch-commits mailing list