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

Allan McRae allan at archlinux.org
Sun Jan 24 11:05:37 UTC 2010


    Date: Sunday, January 24, 2010 @ 06:05:37
  Author: allan
Revision: 65102

upgpkg: mpfr 2.4.2-1
    upstream update, do make check

Modified:
  mpfr/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-24 10:53:55 UTC (rev 65101)
+++ PKGBUILD	2010-01-24 11:05:37 UTC (rev 65102)
@@ -3,7 +3,7 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=mpfr
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="multiple-precision floating-point library"
 arch=(i686 x86_64)
@@ -13,12 +13,13 @@
 options=('!libtool')
 install=mpfr.install
 source=(http://www.mpfr.org/mpfr-current/mpfr-${pkgver}.tar.bz2)
-md5sums=('c5ee0a8ce82ad55fe29ac57edd35d09e')
+md5sums=('89e59fe665e2b3ad44a6789f40b059a0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --enable-thread-safe --enable-shared || return 1
   make || return 1
+  make check || return 1
   make DESTDIR="${pkgdir}" install || return 1
   cd "${pkgdir}/usr/share/info" || return 1
   rm -f dir




More information about the arch-commits mailing list