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

Allan McRae allan at archlinux.org
Fri Jun 11 05:51:30 UTC 2010


    Date: Friday, June 11, 2010 @ 01:51:29
  Author: allan
Revision: 82426

upgpkg: mpfr 3.0.0-1
upstream update, soname bump

Modified:
  mpfr/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-11 05:43:55 UTC (rev 82425)
+++ PKGBUILD	2010-06-11 05:51:29 UTC (rev 82426)
@@ -1,10 +1,11 @@
 # $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=mpfr
-pkgver=2.4.2
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="Multiple-precision floating-point library"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,13 +13,17 @@
 depends=('gmp>=5.0')
 options=('!libtool')
 install=mpfr.install
-source=(http://www.mpfr.org/mpfr-current/mpfr-${pkgver}.tar.bz2)
-md5sums=('89e59fe665e2b3ad44a6789f40b059a0')
+source=(http://www.mpfr.org/mpfr-current/mpfr-${pkgver}.tar.xz)
+md5sums=('8ab3bef2864b8c6e6a291f5603141bbd')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --enable-thread-safe --enable-shared || return 1
   make || return 1
   make check || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list