[arch-commits] Commit in guile/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Jul 18 23:05:50 UTC 2009


    Date: Saturday, July 18, 2009 @ 19:05:50
  Author: jgc
Revision: 46607

Merged revisions 46606 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/guile/trunk

........
  r46606 | jgc | 2009-07-19 01:05:33 +0200 (Sun, 19 Jul 2009) | 2 lines
  
  upgpkg: guile 1.8.7-1
      Remove --disable-networking switch. No idea why it was put in this package in the beginning
........

Modified:
  guile/repos/extra-x86_64/	(properties)
  guile/repos/extra-x86_64/PKGBUILD

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


Property changes on: guile/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /guile/trunk:1-43010
   + /guile/trunk:1-46606

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-07-18 23:05:33 UTC (rev 46606)
+++ extra-x86_64/PKGBUILD	2009-07-18 23:05:50 UTC (rev 46607)
@@ -3,22 +3,21 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=guile
-pkgver=1.8.6
-pkgrel=2
+pkgver=1.8.7
+pkgrel=1
 pkgdesc="Guile is a portable, embeddable Scheme implementation written in C"
 url="http://www.gnu.org/software/guile/"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gmp' 'libtool' 'ncurses>=5.6-7' 'texinfo')
+depends=('gmp>=4.3.1' 'libtool' 'ncurses>=5.7' 'texinfo')
 install=guile.install
 source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-options=('!libtool')
-md5sums=('9e23d3dbea0e89bab8a9acc6880150de')
+options=('!libtool' '!makeflags')
+md5sums=('991b5b3efcbbc3f7507d05bc42f80a5e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-networking \
-    --disable-error-on-warning || return 1
+  ./configure --prefix=/usr --disable-error-on-warning || return 1
   make LDFLAGS+="-lpthread" || return 1
   make DESTDIR="${pkgdir}" install || return 1
   rm -f "${pkgdir}/usr/share/info/dir"




More information about the arch-commits mailing list