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

Juergen Hoetzel juergen at archlinux.org
Mon Sep 7 19:38:42 UTC 2009


    Date: Monday, September 7, 2009 @ 15:38:42
  Author: juergen
Revision: 51350

Modified:
  ecl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-07 19:11:10 UTC (rev 51349)
+++ PKGBUILD	2009-09-07 19:38:42 UTC (rev 51350)
@@ -3,8 +3,8 @@
 # Maintainer: juergen <juergen at archlinux.org>
 
 pkgname=ecl
-pkgver=0.9l
-pkgrel=2
+pkgver=9.8.4
+pkgrel=1
 pkgdesc="Embeddable Common Lisp"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/ecls/"
@@ -14,7 +14,7 @@
 provides=('common-lisp' 'cl-asdf')
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}s/${pkgname}-${pkgver}.tgz)
-md5sums=('a2bff84ccd3a4aa76d14ee3a277038df')
+md5sums=('4392da2e78328cdbfd42a8ccf5370318')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -24,7 +24,7 @@
               --with-tcp          \
               --with-clos-streams \
               --enable-shared \
-              --enable-boehm=local \        # ECL fails to build with a system-installed Boehm GC
+              --enable-boehm=local \
               --with-system-gmp \
               --without-x \
               --without-clx \




More information about the arch-commits mailing list