summaryrefslogtreecommitdiff
path: root/extra/sbcl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sbcl/PKGBUILD')
-rw-r--r--extra/sbcl/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/sbcl/PKGBUILD b/extra/sbcl/PKGBUILD
index 11f8b1388..28481c93e 100644
--- a/extra/sbcl/PKGBUILD
+++ b/extra/sbcl/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 156088 2012-04-13 11:09:01Z juergen $
+# $Id: PKGBUILD 160967 2012-06-07 17:45:43Z juergen $
# Contributor: John Proctor <jproctor@prium.net>
# Contributor: Daniel White <daniel@whitehouse.id.au>
# Maintainer: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: Leslie Polzer (skypher)
pkgname=sbcl
-pkgver=1.0.56
+pkgver=1.0.57
pkgrel=1
pkgdesc="Steel Bank Common Lisp"
url="http://www.sbcl.org/"
arch=('i686' 'x86_64')
license=('custom')
depends=('glibc')
-provides=('common-lisp' 'cl-asdf')
+provides=('common-lisp' 'cl-asdf' 'zlib')
makedepends=('sbcl' 'texinfo')
install=sbcl.install
source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2"
"arch-fixes.lisp")
-md5sums=('f9ba54b20f057e6eb5857929bb259142'
+md5sums=('bb0e4f5c2dad3491802197525283f6b0'
'7ac0c1936547f4278198b8bf7725204d')
build() {
@@ -36,6 +36,7 @@ build() {
(flet ((enable (x) (pushnew x features))
(disable (x) (setf features (remove x features))))
(enable :sb-thread)
+ (enable :sb-core-compression)
(disable :largefile)))
EOF