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

Allan McRae allan at archlinux.org
Fri Sep 7 01:11:34 UTC 2012


    Date: Thursday, September 6, 2012 @ 21:11:34
  Author: allan
Revision: 166367

upgpkg: libmpc 1.0.1-1

upstream update

Modified:
  libmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-06 22:17:08 UTC (rev 166366)
+++ PKGBUILD	2012-09-07 01:11:34 UTC (rev 166367)
@@ -2,7 +2,7 @@
 # Maintainer: Allan McRae <allan at archlinux.org>
 
 pkgname=libmpc
-pkgver=1.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high precision"
 arch=('i686' 'x86_64')
@@ -11,8 +11,9 @@
 depends=('mpfr>=3.0.0')
 options=('!libtool')
 install=libmpc.install
-source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz)
-md5sums=('13370ceb2e266c5eeb2f7e78c24b7858')
+source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
+md5sums=('b32a2e1a3daa392372fbd586d1ed3679'
+         'c064863fbbb5831ba4f75f1181333862')
 
 build() {
   cd "${srcdir}/mpc-${pkgver}"




More information about the arch-commits mailing list