Update sbcl to 1.2.0-1
This commit is contained in:
parent
91c24086f5
commit
3415c70e85
1 changed files with 4 additions and 4 deletions
|
@ -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: Daniel White <daniel@whitehouse.id.au>
|
||||
# Maintainer: Juergen Hoetzel <juergen@archlinux.org>
|
||||
# Contributor: Leslie Polzer (skypher)
|
||||
|
||||
pkgname=sbcl
|
||||
pkgver=1.1.16
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Steel Bank Common Lisp"
|
||||
url="http://www.sbcl.org/"
|
||||
|
@ -17,6 +17,8 @@ makedepends=('sbcl')
|
|||
install=sbcl.install
|
||||
source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2"
|
||||
"arch-fixes.lisp")
|
||||
md5sums=('9d370876cd190f952fbfd421784f8003'
|
||||
'7ac0c1936547f4278198b8bf7725204d')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
@ -67,5 +69,3 @@ package() {
|
|||
rm "$pkgdir/usr/share/sbcl-source/src/runtime/sbcl"{,.nm}
|
||||
|
||||
}
|
||||
md5sums=('6fa1321e1a3a99ee8b77d704edabee38'
|
||||
'7ac0c1936547f4278198b8bf7725204d')
|
||||
|
|
Loading…
Reference in a new issue