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

Andrea Scarpino andrea at archlinux.org
Wed Feb 3 10:47:42 UTC 2010


    Date: Wednesday, February 3, 2010 @ 05:47:42
  Author: andrea
Revision: 67106

undo

Modified:
  libmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-03 10:44:42 UTC (rev 67105)
+++ PKGBUILD	2010-02-03 10:47:42 UTC (rev 67106)
@@ -1,9 +1,8 @@
 # $Id$
-# Maintainer:
-# Contributor: Allan McRae <allan at archlinux.org>
+# Maintainer: Allan McRae <allan at archlinux.org>
 
 pkgname=libmpc
-pkgver=0.8.1
+pkgver=0.8
 pkgrel=1
 pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high precision"
 arch=('i686' 'x86_64')
@@ -13,7 +12,7 @@
 options=('!libtool')
 install=libmpc.install
 source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz)
-md5sums=('5b34aa804d514cc295414a963aedb6bf')
+md5sums=('4df67a05d0251a3fcdd956390e9bd59f')
 
 build() {
   cd $srcdir/mpc-${pkgver/_/-}
@@ -21,5 +20,7 @@
   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