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

Allan McRae allan at archlinux.org
Sat Jan 5 10:13:18 UTC 2013


    Date: Saturday, January 5, 2013 @ 05:13:18
  Author: allan
Revision: 174626

upgpkg: mpfr 3.1.1.p2-2

actually apply the patch as was claimed...

Modified:
  mpfr/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-05 10:09:22 UTC (rev 174625)
+++ PKGBUILD	2013-01-05 10:13:18 UTC (rev 174626)
@@ -6,7 +6,7 @@
 _pkgver=3.1.1
 _patchlevel=p2
 pkgver=${_pkgver}.${_patchlevel}
-pkgrel=1
+pkgrel=2
 pkgdesc="Multiple-precision floating-point library"
 arch=('i686' 'x86_64')
 url="http://www.mpfr.org/"
@@ -22,6 +22,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${_pkgver}"
+  patch -p1 -i $srcdir/mpfr-${_pkgver}-${_patchlevel}.patch
   ./configure --prefix=/usr --enable-thread-safe --enable-shared
   make
 }




More information about the arch-commits mailing list