summaryrefslogtreecommitdiffstats
path: root/abs/core/mpfr/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-10-30 01:29:45 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-10-30 01:29:45 (GMT)
commita5b1386d15510e30e9610905871cba640eee8c42 (patch)
treee88ac18533bd2a41d878a05696783ebff819353c /abs/core/mpfr/PKGBUILD
parentb288be10bfcc4a293015e23394d8b181dc2ce93b (diff)
downloadlinhes_pkgbuild-a5b1386d15510e30e9610905871cba640eee8c42.zip
linhes_pkgbuild-a5b1386d15510e30e9610905871cba640eee8c42.tar.gz
linhes_pkgbuild-a5b1386d15510e30e9610905871cba640eee8c42.tar.bz2
mpfr: update to 3.1
Mostly this was a rebuild to remove the /usr/share/info dir warning
Diffstat (limited to 'abs/core/mpfr/PKGBUILD')
-rw-r--r--abs/core/mpfr/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/abs/core/mpfr/PKGBUILD b/abs/core/mpfr/PKGBUILD
index 3f59311..9630fd3 100644
--- a/abs/core/mpfr/PKGBUILD
+++ b/abs/core/mpfr/PKGBUILD
@@ -1,13 +1,12 @@
-# $Id: PKGBUILD 128942 2011-06-25 14:51:58Z allan $
+# $Id: PKGBUILD 140251 2011-10-11 00:43:42Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
-# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: damir <damir@archlinux.org>
pkgname=mpfr
-_pkgver=3.0.1
-_patchlevel=p4
+_pkgver=3.1.0
+_patchlevel=p1
pkgver=${_pkgver}.${_patchlevel}
-pkgrel=1
+pkgrel=2
pkgdesc="Multiple-precision floating-point library"
arch=('i686' 'x86_64')
url="http://www.mpfr.org/"
@@ -17,8 +16,8 @@ options=('!libtool')
install=mpfr.install
source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz
mpfr-${_pkgver}.${_patchlevel}.patch)
-md5sums=('645882d9d179113a70af84d27086ed9f'
- '52c2ac5ffbbbf0c68f08e89f016ba7aa')
+md5sums=('6e495841bb026481567006cec0f821c3'
+ 'ec988293368d4988c76f50d6a3460166')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"