summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-08-03 15:09:35 +0200
committerhaawda2020-08-03 15:09:35 +0200
commit6708d90e5a8466862380efa365681827ae455709 (patch)
tree3013c44fb483a7fa928ce3c2041bc31a5a82f2fb
parent9e192246b92e5044083553dbb01234f8a86b0328 (diff)
downloadaur-6708d90e5a8466862380efa365681827ae455709.tar.gz
switch back to correct branch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13a47739f107..08e4b4ee5fd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = ccl-git
pkgdesc = The Clozure Common Lisp implementation
- pkgver = 1.12.11.g997de910
+ pkgver = 1.12.32.g8778079b
pkgrel = 1
epoch = 1
url = http://ccl.clozure.com/
arch = x86_64
license = APACHE
makedepends = git
- makedepends = subversion
depends = bash
optdepends = java-environment: for using example file jfli.jar
provides = common-lisp
@@ -16,7 +15,7 @@ pkgbase = ccl-git
conflicts = ccl-bin
conflicts = ccl
noextract = linuxx86.tar.gz
- source = git+https://github.com/jdz/ccl.git#branch=fix-c-headers
+ source = git+https://github.com/Clozure/ccl.git
source = https://github.com/Clozure/ccl/releases/download/v1.12/linuxx86.tar.gz
sha256sums = SKIP
sha256sums = 7fbdb04fb1b19f0307c517aa5ee329cb4a21ecc0a43afd1b77531e4594638796
diff --git a/PKGBUILD b/PKGBUILD
index 0099ae8a1990..59721f051835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ccl-git
epoch=1
-pkgver=1.12.11.g997de910
+pkgver=1.12.32.g8778079b
pkgrel=1
pkgdesc="The Clozure Common Lisp implementation"
url="http://ccl.clozure.com/"
@@ -11,11 +11,11 @@ license=('APACHE')
arch=('x86_64')
depends=('bash')
optdepends=('java-environment: for using example file jfli.jar')
-makedepends=('git' 'subversion')
+makedepends=('git')
provides=('common-lisp' 'cl-asdf' 'ccl')
conflicts=('ccl-bin' 'ccl')
_arch=64
-source=("git+https://github.com/jdz/ccl.git#branch=fix-c-headers" https://github.com/Clozure/ccl/releases/download/v1.12/linuxx86.tar.gz)
+source=("git+https://github.com/Clozure/ccl.git" https://github.com/Clozure/ccl/releases/download/v1.12/linuxx86.tar.gz)
sha256sums=('SKIP'
'7fbdb04fb1b19f0307c517aa5ee329cb4a21ecc0a43afd1b77531e4594638796')
noextract=('linuxx86.tar.gz')
@@ -45,7 +45,7 @@ package() {
# install data
install -d "$pkgdir"/usr/lib/$pkgname
- cp -a {compiler,level-*,lib*,lisp-kernel,objc-bridge,tools,xdump,lx86cl$_arch*} \
+ cp -a {compiler,level-*,lib*,lisp-kernel,objc-bridge,tools,xdump,x86-headers,lx86cl$_arch*} \
"$pkgdir"/usr/lib/$pkgname
# install examples
install -d "$pkgdir"/usr/share/$pkgname