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

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


    Date: Saturday, July 18, 2009 @ 19:05:33
  Author: jgc
Revision: 46606

upgpkg: guile 1.8.7-1
    Remove --disable-networking switch. No idea why it was put in this package in the beginning

Modified:
  guile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-18 22:48:34 UTC (rev 46605)
+++ PKGBUILD	2009-07-18 23:05:33 UTC (rev 46606)
@@ -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