summaryrefslogtreecommitdiff
path: root/core/libmpc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/libmpc/PKGBUILD')
-rw-r--r--core/libmpc/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/libmpc/PKGBUILD b/core/libmpc/PKGBUILD
index 9862a825e..535e95513 100644
--- a/core/libmpc/PKGBUILD
+++ b/core/libmpc/PKGBUILD
@@ -1,15 +1,14 @@
-# $Id: PKGBUILD 166514 2012-09-09 07:34:43Z allan $
+# $Id: PKGBUILD 197164 2013-10-23 13:05:01Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
pkgname=libmpc
pkgver=1.0.1
-pkgrel=1.1
+pkgrel=2
pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high precision"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.multiprecision.org/"
license=('LGPL')
-depends=('mpfr>=3.0.0')
-options=('!libtool')
+depends=('mpfr')
install=libmpc.install
source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
md5sums=('b32a2e1a3daa392372fbd586d1ed3679'