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

Allan McRae allan at archlinux.org
Wed Dec 19 01:14:16 UTC 2012


    Date: Tuesday, December 18, 2012 @ 20:14:15
  Author: allan
Revision: 173323

upgpkg: gmp 5.1.0-1

upstream update

Modified:
  gmp/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-18 22:53:36 UTC (rev 173322)
+++ PKGBUILD	2012-12-19 01:14:15 UTC (rev 173323)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gmp
-pkgver=5.0.5
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="A free library for arbitrary precision arithmetic"
 arch=('i686' 'x86_64')
@@ -12,17 +12,16 @@
 license=('LGPL3')
 options=(!libtool)
 install=gmp.install
-source=(ftp://ftp.gnu.org/gnu/gmp/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('8aef50959acec2a1ad41d144ffe0f3b5'
-         '406e8878aadc51b134d1b3dd845261ee')
+source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('69fd511e435f81a0334f14f00c7d77b3'
+         '7a02b99dc7edd9822c210f78d88140e5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   
-  [ "${CARCH}" = "i686" ] && export ABI="32"
+  [[ ${CARCH} = "i686" ]] && export ABI="32"
   ./configure --build=${CHOST} \
-    --prefix=/usr --infodir=/usr/share/info \
-    --enable-cxx
+    --prefix=/usr --enable-cxx
   make
 }
 




More information about the arch-commits mailing list