[arch-commits] CVS update of extra/devel/sbcl (PKGBUILD)

Kevin Piche kevin at archlinux.org
Tue Feb 12 03:34:46 UTC 2008


    Date: Monday, February 11, 2008 @ 22:34:46
  Author: kevin
    Path: /home/cvs-extra/extra/devel/sbcl

Modified: PKGBUILD (1.32 -> 1.33)

upgpkg: sbcl 1.0.14-1


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


Index: extra/devel/sbcl/PKGBUILD
diff -u extra/devel/sbcl/PKGBUILD:1.32 extra/devel/sbcl/PKGBUILD:1.33
--- extra/devel/sbcl/PKGBUILD:1.32	Mon Jan  7 11:49:21 2008
+++ extra/devel/sbcl/PKGBUILD	Mon Feb 11 22:34:46 2008
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD,v 1.32 2008/01/07 16:49:21 kevin Exp $
+# $Id: PKGBUILD,v 1.33 2008/02/12 03:34:46 kevin Exp $
 # Contributor: John Proctor <jproctor at prium.net>
 # Maintainer: Kevin Piche <kevin at archlinux.org>
 
 pkgname=sbcl
-pkgver=1.0.13
+pkgver=1.0.14
 pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 arch=(i686 x86_64)
+license=('custom')
 depends=('glibc')
 [ "$CARCH" = "i686" ] && makedepends=('cmucl')
 [ "$CARCH" = "x86_64" ] && makedepends=('sbcl')
 source=("http://switch.dl.sourceforge.net/sourceforge/sbcl/${pkgname}-${pkgver}-source.tar.bz2" \
 	"sbcl-default-sbcl-home.patch")
 url="http://www.sbcl.org/"
-license=('custom')
-md5sums=('e85b4dce822726b7e9304ec60bf87618' 'ea281a7b857e654a3ebf847330ba969d')
+md5sums=('07fd7e865fb6052a82e1efc3f4b9899e' 'ea281a7b857e654a3ebf847330ba969d')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}




More information about the arch-commits mailing list