summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-05-25 13:05:26 +0200
committerhaawda2020-05-25 13:05:26 +0200
commit9e192246b92e5044083553dbb01234f8a86b0328 (patch)
treefa172d49983b54d5ae8671e3d23bb981c7e4c855
parente2feb8b6d08a4c36f04eba243959aa585971173e (diff)
downloadaur-9e192246b92e5044083553dbb01234f8a86b0328.tar.gz
switch to fx-c-headers branch
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 998fc151e184..13a47739f107 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ccl-git
pkgdesc = The Clozure Common Lisp implementation
- pkgver = 1.12.dev.5.19.gb8e8bf87
+ pkgver = 1.12.11.g997de910
pkgrel = 1
epoch = 1
url = http://ccl.clozure.com/
@@ -16,10 +16,10 @@ pkgbase = ccl-git
conflicts = ccl-bin
conflicts = ccl
noextract = linuxx86.tar.gz
- source = git+https://github.com/Clozure/ccl.git
- source = https://github.com/Clozure/ccl/releases/download/v1.12-dev.5/linuxx86.tar.gz
+ source = git+https://github.com/jdz/ccl.git#branch=fix-c-headers
+ source = https://github.com/Clozure/ccl/releases/download/v1.12/linuxx86.tar.gz
sha256sums = SKIP
- sha256sums = abf692f4a05a6667306f2b885128ff4c493b6ab4c0c470e92f9d93ddfbf211df
+ sha256sums = 7fbdb04fb1b19f0307c517aa5ee329cb4a21ecc0a43afd1b77531e4594638796
pkgname = ccl-git
diff --git a/PKGBUILD b/PKGBUILD
index 824e8dba8528..0099ae8a1990 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ccl-git
epoch=1
-pkgver=1.12.dev.5.19.gb8e8bf87
+pkgver=1.12.11.g997de910
pkgrel=1
pkgdesc="The Clozure Common Lisp implementation"
url="http://ccl.clozure.com/"
@@ -15,9 +15,9 @@ makedepends=('git' 'subversion')
provides=('common-lisp' 'cl-asdf' 'ccl')
conflicts=('ccl-bin' 'ccl')
_arch=64
-source=("git+https://github.com/Clozure/ccl.git" https://github.com/Clozure/ccl/releases/download/v1.12-dev.5/linuxx86.tar.gz)
+source=("git+https://github.com/jdz/ccl.git#branch=fix-c-headers" https://github.com/Clozure/ccl/releases/download/v1.12/linuxx86.tar.gz)
sha256sums=('SKIP'
- 'abf692f4a05a6667306f2b885128ff4c493b6ab4c0c470e92f9d93ddfbf211df')
+ '7fbdb04fb1b19f0307c517aa5ee329cb4a21ecc0a43afd1b77531e4594638796')
noextract=('linuxx86.tar.gz')
pkgver() {
@@ -28,13 +28,16 @@ pkgver() {
prepare() {
cd ccl
bsdtar xf "$srcdir"/linuxx86.tar.gz
+ cd lisp-kernel/linuxx8664
+ make clean
+ make
}
build() {
cd ccl/lisp-kernel/linuxx8664
make
cd ../..
- echo "(ccl:rebuild-ccl :full t)" | ./lx86cl$_arch --no-init --quiet --batch
+ echo "(ccl:rebuild-ccl :clean t)" | ./lx86cl$_arch --no-init --quiet --batch
}
package() {