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

Allan McRae allan at archlinux.org
Thu Feb 4 02:30:18 UTC 2010


    Date: Wednesday, February 3, 2010 @ 21:30:18
  Author: allan
Revision: 67138

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-i686/	(properties)
  libmpc/repos/testing-i686/PKGBUILD

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


Property changes on: libmpc/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /libmpc/trunk:1-58728
   + /libmpc/trunk:1-67137

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2010-02-04 02:29:06 UTC (rev 67137)
+++ testing-i686/PKGBUILD	2010-02-04 02:30:18 UTC (rev 67138)
@@ -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