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

Andrea Scarpino andrea at archlinux.org
Wed Feb 3 10:02:22 UTC 2010


    Date: Wednesday, February 3, 2010 @ 05:02:21
  Author: andrea
Revision: 67098

upgpkg: libmpc 0.8.1-1
    upstream release

Modified:
  libmpc/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-03 05:43:22 UTC (rev 67097)
+++ PKGBUILD	2010-02-03 10:02:21 UTC (rev 67098)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
+# Maintainer:
+# Contributor: Allan McRae <allan at archlinux.org>
 
 pkgname=libmpc
-pkgver=0.8
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high precision"
 arch=('i686' 'x86_64')
@@ -12,7 +13,7 @@
 options=('!libtool')
 install=libmpc.install
 source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz)
-md5sums=('4df67a05d0251a3fcdd956390e9bd59f')
+md5sums=('5b34aa804d514cc295414a963aedb6bf')
 
 build() {
   cd $srcdir/mpc-${pkgver/_/-}
@@ -20,7 +21,5 @@
   make || return 1
   make DESTDIR=$pkgdir/ install
   
-  make check
-  
   mv -f $pkgdir/usr/share/info/{mpc,libmpc}.info
 }




More information about the arch-commits mailing list