[arch-commits] Commit in libmpc/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Allan McRae allan at archlinux.org
Thu Feb 4 02:31:45 UTC 2010


    Date: Wednesday, February 3, 2010 @ 21:31:45
  Author: allan
Revision: 67139

Merged revisions 67098,67106,67137 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/libmpc/trunk

........
  r67098 | andrea | 2010-02-03 20:02:21 +1000 (Wed, 03 Feb 2010) | 2 lines
  
  upgpkg: libmpc 0.8.1-1
      upstream release
........
  r67106 | andrea | 2010-02-03 20:47:42 +1000 (Wed, 03 Feb 2010) | 1 line
  
  undo
........
  r67137 | allan | 2010-02-04 12:29:06 +1000 (Thu, 04 Feb 2010) | 2 lines
  
  upgpkg: libmpc 0.8.1-1
      upstream update
........

Modified:
  libmpc/repos/testing-x86_64/	(properties)
  libmpc/repos/testing-x86_64/PKGBUILD

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


Property changes on: libmpc/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /libmpc/trunk:1-58730
   + /libmpc/trunk:1-67138

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2010-02-04 02:30:18 UTC (rev 67138)
+++ testing-x86_64/PKGBUILD	2010-02-04 02:31:45 UTC (rev 67139)
@@ -2,7 +2,7 @@
 # Maintainer: 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,10 +12,10 @@
 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/_/-}
+  cd $srcdir/mpc-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$pkgdir/ install




More information about the arch-commits mailing list