[arch-commits] Commit in libmpc/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Thu Feb 4 02:29:07 UTC 2010
Date: Wednesday, February 3, 2010 @ 21:29:06
Author: allan
Revision: 67137
upgpkg: libmpc 0.8.1-1
upstream update
Modified:
libmpc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-03 23:34:25 UTC (rev 67136)
+++ PKGBUILD 2010-02-04 02:29:06 UTC (rev 67137)
@@ -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