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

Allan McRae allan at archlinux.org
Sun Feb 15 04:58:55 UTC 2015


    Date: Sunday, February 15, 2015 @ 05:58:55
  Author: allan
Revision: 231403

upgpkg: gmp 6.0.0-2

build fat libraries - includes processor specific optimisation (FS#43027)

Modified:
  gmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-14 23:43:47 UTC (rev 231402)
+++ PKGBUILD	2015-02-15 04:58:55 UTC (rev 231403)
@@ -4,7 +4,7 @@
 
 pkgname=gmp
 pkgver=6.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A free library for arbitrary precision arithmetic"
 arch=('i686' 'x86_64')
 url="http://gmplib.org/"
@@ -11,7 +11,7 @@
 depends=('gcc-libs' 'sh')
 license=('LGPL3' 'GPL')
 install=gmp.install
-source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}a.tar.xz{,.sig})
+source=(https://gmplib.org/download/gmp/gmp-${pkgver}a.tar.xz{,.sig})
 md5sums=('1e6da4e434553d2811437aa42c7f7c76'
          'SKIP')
 validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298')   # Niels Möller
@@ -20,7 +20,8 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure --build=${CHOST} \
-    --prefix=/usr --enable-cxx
+    --prefix=/usr \
+    --enable-fat --enable-cxx
   make
 }
 



More information about the arch-commits mailing list