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

Juergen Hoetzel juergen at archlinux.org
Thu Dec 3 16:53:58 UTC 2009


    Date: Thursday, December 3, 2009 @ 11:53:58
  Author: juergen
Revision: 60344

update to 1.0.33-1 (enables debugger)

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-03 13:59:05 UTC (rev 60343)
+++ PKGBUILD	2009-12-03 16:53:58 UTC (rev 60344)
@@ -5,8 +5,8 @@
 # Contributor: Leslie Polzer (skypher) 
 
 pkgname=sbcl
-pkgver=1.0.31
-pkgrel=2
+pkgver=1.0.33
+pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 arch=(i686 x86_64)
 license=('custom')
@@ -14,7 +14,7 @@
 provides=('common-lisp' 'cl-asdf')
 makedepends=('sbcl' 'texinfo')
 source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2" "arch-fixes.lisp")
-md5sums=('a61fd099a72c2d3fa10a57298f3c9bf6' '7ac0c1936547f4278198b8bf7725204d')
+md5sums=('ccaf6a4a59649e902e01afc3ed69d10a' '7ac0c1936547f4278198b8bf7725204d')
 
 url="http://www.sbcl.org/"
 install=sbcl.install
@@ -39,7 +39,7 @@
   popd 
   INSTALL_ROOT=${startdir}/pkg/usr sh install.sh
 
-  src/runtime/sbcl --core output/sbcl.core --script ${startdir}/src/fix-source-path.lisp
+  src/runtime/sbcl --core output/sbcl.core --script ${startdir}/src/arch-fixes.lisp
   mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
 
 # sources




More information about the arch-commits mailing list