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

Jan de Groot jgc at archlinux.org
Thu Sep 25 17:47:30 UTC 2008


    Date: Thursday, September 25, 2008 @ 13:47:29
  Author: jgc
Revision: 12992

Merged revisions 12991 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/mpfr/trunk

........
  r12991 | jgc | 2008-09-25 19:47:12 +0200 (Thu, 25 Sep 2008) | 2 lines
  
  upgpkg: mpfr 2.3.2-2
      Add texinfo dependency
........

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

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


Property changes on: mpfr/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /mpfr/trunk:1-12536
   + /mpfr/trunk:1-12991

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-09-25 17:47:12 UTC (rev 12991)
+++ testing-i686/PKGBUILD	2008-09-25 17:47:29 UTC (rev 12992)
@@ -4,12 +4,12 @@
 
 pkgname=mpfr
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="multiple-precision floating-point library"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 url="http://www.mpfr.org/"
-depends=('gmp>=4.2.3')
+depends=('gmp>=4.2.3' 'texinfo')
 options=('!libtool')
 install=mpfr.install
 source=(http://www.mpfr.org/mpfr-current/mpfr-${pkgver}.tar.gz)
@@ -20,7 +20,7 @@
   ./configure --prefix=/usr --enable-thread-safe --enable-shared || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
-  cd "${pkgdir}/usr/share/info"
+  cd "${pkgdir}/usr/share/info" || return 1
   rm -f dir
   gzip * || return 1
 }




More information about the arch-commits mailing list