Date: Monday, February 20, 2012 @ 15:55:17 Author: juergen Revision: 150702
update to 12.2.1 Modified: ecl/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-20 20:48:33 UTC (rev 150701) +++ PKGBUILD 2012-02-20 20:55:17 UTC (rev 150702) @@ -3,7 +3,7 @@ # Maintainer: juergen <[email protected]> pkgname=ecl -pkgver=11.1.1 +pkgver=12.2.1 pkgrel=1 pkgdesc="Embeddable Common Lisp" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ makedepends=('texinfo') provides=('common-lisp' 'cl-asdf') options=('!makeflags') -source=(http://downloads.sourceforge.net/project/ecls/ecls/11.1/ecl-11.1.1.tar.gz) -md5sums=('6963cfa00e1c6d4a2123fd62100b02e6') +source=(http://downloads.sourceforge.net/project/ecls/ecls/12.2/ecl-12.2.1.tgz) +md5sums=('1a54b733e7cd07af2b1cb6d7f8b716d2') build() { cd $srcdir/$pkgname-$pkgver @@ -24,7 +24,7 @@ --with-tcp \ --with-clos-streams \ --enable-shared \ - --enable-boehm=local \ + --enable-boehm=included \ --with-system-gmp \ --without-x \ --without-clx \
