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

Jürgen Hötzel juergen at archlinux.org
Mon Jun 6 10:58:54 UTC 2016


    Date: Monday, June 6, 2016 @ 12:58:53
  Author: juergen
Revision: 269067

upgpkg: ecl 16.1.2-1

Modified:
  ecl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-05 22:53:44 UTC (rev 269066)
+++ PKGBUILD	2016-06-06 10:58:53 UTC (rev 269067)
@@ -1,9 +1,8 @@
-# $Id$
 # Contributor: John Proctor <jproctor at prium.net>
 # Maintainer: juergen <juergen at archlinux.org>
 
 pkgname=ecl
-pkgver=16.0.0
+pkgver=16.1.2
 pkgrel=1
 pkgdesc="Embeddable Common Lisp"
 arch=('i686' 'x86_64')
@@ -13,23 +12,24 @@
 makedepends=('texinfo')
 provides=('common-lisp' 'cl-asdf')
 options=('!makeflags')
-source=(https://common-lisp.net/project/ecl/files/ecl-${pkgver}.tgz)
-sha1sums=('3309b5f4126d1a024f7eacaec6aca0e391dd3c75')
+source=("https://common-lisp.net/project/ecl/static/files/release/${pkgname}-${pkgver}.tgz")
+sha256sums=('2d482b1a0a4fbd5d881434517032279d808cb6405e22dd91ef6d733534464b99')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure
   ./configure \
     --build=$CHOST \
     --prefix=/usr \
     --with-tcp \
+    --with-serve-event \
     --with-clos-streams \
-    --enable-shared \
-    --enable-boehm=included \
     --with-system-gmp \
     --without-x \
+    --without-clx \
     --enable-threads \
-    --without-clx
+    --enable-shared \
+    --enable-boehm=included \
 
   make
 }



More information about the arch-commits mailing list