Update sbcl to 1.2.0-1

This commit is contained in:
Tom Willemse 2014-06-16 09:55:32 +02:00
parent 91c24086f5
commit 3415c70e85

View file

@ -1,11 +1,11 @@
# $Id: PKGBUILD 196298 2013-10-11 08:53:55Z juergen $ # $Id: PKGBUILD 213412 2014-05-23 10:44:45Z juergen $
# Contributor: John Proctor <jproctor@prium.net> # Contributor: John Proctor <jproctor@prium.net>
# Contributor: Daniel White <daniel@whitehouse.id.au> # Contributor: Daniel White <daniel@whitehouse.id.au>
# Maintainer: Juergen Hoetzel <juergen@archlinux.org> # Maintainer: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: Leslie Polzer (skypher) # Contributor: Leslie Polzer (skypher)
pkgname=sbcl pkgname=sbcl
pkgver=1.1.16 pkgver=1.2.0
pkgrel=1 pkgrel=1
pkgdesc="Steel Bank Common Lisp" pkgdesc="Steel Bank Common Lisp"
url="http://www.sbcl.org/" url="http://www.sbcl.org/"
@ -17,6 +17,8 @@ makedepends=('sbcl')
install=sbcl.install install=sbcl.install
source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2" source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2"
"arch-fixes.lisp") "arch-fixes.lisp")
md5sums=('9d370876cd190f952fbfd421784f8003'
'7ac0c1936547f4278198b8bf7725204d')
build() { build() {
cd "$srcdir/$pkgname-$pkgver" cd "$srcdir/$pkgname-$pkgver"
@ -67,5 +69,3 @@ package() {
rm "$pkgdir/usr/share/sbcl-source/src/runtime/sbcl"{,.nm} rm "$pkgdir/usr/share/sbcl-source/src/runtime/sbcl"{,.nm}
} }
md5sums=('6fa1321e1a3a99ee8b77d704edabee38'
'7ac0c1936547f4278198b8bf7725204d')