mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/sbcl to 1.4.7-1
This commit is contained in:
parent
68cfedfd0d
commit
7da85ab44c
1 changed files with 4 additions and 11 deletions
|
@ -11,7 +11,7 @@
|
|||
buildarch=4
|
||||
|
||||
pkgname=sbcl
|
||||
pkgver=1.4.6
|
||||
pkgver=1.4.7
|
||||
pkgrel=1
|
||||
pkgdesc="Steel Bank Common Lisp"
|
||||
url="http://www.sbcl.org/"
|
||||
|
@ -21,16 +21,9 @@ depends=('zlib')
|
|||
provides=('common-lisp' 'cl-asdf')
|
||||
makedepends=('sbcl')
|
||||
source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2"
|
||||
"arch-fixes.lisp"
|
||||
"https://github.com/sbcl/sbcl/commit/c529dc9aa94822dbb0eae2d181d413900550c813.patch")
|
||||
sha256sums=('4411b01329d4dd531c8a0cb4036462fb4fd5f6e7abe2d521c6aa2a3adefb8678'
|
||||
'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce'
|
||||
'3fd9b968902bf42b81cd3ab4493a004b46f328aa78b529b9323e140a33438c29')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
patch -p1 -i ../c529dc9aa94822dbb0eae2d181d413900550c813.patch
|
||||
}
|
||||
"arch-fixes.lisp")
|
||||
sha256sums=('75e7636a138b23235c18d51ac2283eafa2826b79df4391c01105d94b92a7bdf2'
|
||||
'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue