extra/sbcl to 2.0.10-1

This commit is contained in:
Kevin Mihelich 2020-11-10 18:44:59 +00:00
parent d09e714961
commit e28a28ce14

View file

@ -10,7 +10,7 @@ buildarch=12
highmem=1
pkgname=sbcl
pkgver=2.0.8
pkgver=2.0.10
pkgrel=1
pkgdesc="Steel Bank Common Lisp"
url="http://www.sbcl.org/"
@ -21,7 +21,7 @@ provides=('common-lisp' 'cl-asdf')
makedepends=('sbcl')
source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2"
"arch-fixes.lisp")
sha256sums=('208d46f7b94d256d036f0efc9734e6b34a85c51bb03c3eb8bf39b7a3efe699f7'
sha256sums=('51754110b6c54dcd3857a213d6113628a89b4d43348cfd38c1fac373927a0557'
'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
prepare() {
@ -64,6 +64,6 @@ package() {
find "$pkgdir/usr/share/sbcl-source" -type f \
\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name a.out \) -delete
rm "$pkgdir/usr/share/sbcl-source/src/runtime/sbcl"{,.nm}
rm "$pkgdir/usr/share/sbcl-source/src/runtime/sbcl"
}