[arch-commits] Commit in gmp/repos (testing-i686 testing-i686/PKGBUILD)

Allan McRae allan at archlinux.org
Fri Oct 10 10:19:37 UTC 2008


    Date: Friday, October 10, 2008 @ 06:19:37
  Author: allan
Revision: 14742

Merged revisions 14732,14741 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/gmp/trunk

........
  r14732 | jgc | 2008-10-10 17:57:59 +1000 (Fri, 10 Oct 2008) | 1 line
  
  upgpkg: gmp 4.2.4-1
........
  r14741 | allan | 2008-10-10 20:17:56 +1000 (Fri, 10 Oct 2008) | 1 line
  
  upgpkg: gmp 4.2.4-1.1
........

Modified:
  gmp/repos/testing-i686/	(properties)
  gmp/repos/testing-i686/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


Property changes on: gmp/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /gmp/trunk:1-12989
   + /gmp/trunk:1-14741

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-10-10 10:17:56 UTC (rev 14741)
+++ testing-i686/PKGBUILD	2008-10-10 10:19:37 UTC (rev 14742)
@@ -1,8 +1,9 @@
 # $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname=gmp
-pkgver=4.2.3
-pkgrel=2
+pkgver=4.2.4
+pkgrel=1.1
 pkgdesc="A free library for arbitrary precision arithmetic"
 arch=(i686 x86_64)
 depends=('gcc-libs' 'texinfo')
@@ -11,10 +12,11 @@
 install=gmp.install
 source=(ftp://ftp.gnu.org/gnu/gmp/gmp-${pkgver}.tar.bz2)
 url="http://gmplib.org/"
-md5sums=('7cc56604c03134f2c4bc1fb1ea748f6f')
+md5sums=('fc1e3b3a2a5038d4d74138d0b9cf8dbe')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  [ "${CARCH}" = "i686" ] && export ABI="32"
   ./configure --prefix=/usr --enable-cxx --infodir=/usr/share/info || return 1
   make || return 1
   make check || return 1




More information about the arch-commits mailing list