summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTarn W. Burton2021-06-18 09:31:39 -0400
committerTarn W. Burton2021-06-18 09:31:39 -0400
commitcb54daf1a148118509e6c7f58a2ac47535ededd0 (patch)
tree6934c9637d073cce1c40f0a17fcf5c271f45bdd4 /PKGBUILD
parent972a33156c3022f7cc2dde691f5f1cd118678e89 (diff)
downloadaur-cb54daf1a148118509e6c7f58a2ac47535ededd0.tar.gz
Update to 1.12.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD25
1 files changed, 5 insertions, 20 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4697ed5fb3d6..481985aed080 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Nicolas Martyanoff <khaelin@gmail.com>
+# Maintainer: Tarn W. Burton <twburton@gmail.com>
+# Contributor: Nicolas Martyanoff <khaelin@gmail.com>
pkgname=ccl
-pkgver=1.12
+pkgver=1.12.1
pkgrel=1
pkgdesc="A Common Lisp implementation."
arch=("x86_64")
@@ -10,25 +11,9 @@ license=("Apache")
provides=("common-lisp" "ccl")
conflicts=("ccl-bin" "ccl-git")
-source=("https://github.com/Clozure/ccl/releases/download/v${pkgver}/ccl-${pkgver}-linuxx86.tar.gz"
- "0001.patch"
- "0002.patch"
- "0003.patch"
- "0004.patch")
+source=("https://github.com/Clozure/ccl/releases/download/v${pkgver}/ccl-${pkgver}-linuxx86.tar.gz")
-sha256sums=('84a95aaf1d1abafba586e9ff079343b04fe374b98b38ed24d830f1fb7ed4ab34'
- '173f5ce2b7f72ea4b91b798d812d851d4d240e2e470d0942235cf5908d8555ec'
- '65deb1b12ceb15dad11a5db9f1e3f83ebb2db99820cf93da63765bd7c5fddf86'
- '3032b1bc0516318fc030588c2bfde017dff8493d064985be2546ac723035e1d6'
- '688d33fb905ed96761f73f65181027c1d00dfc6e0e9c086b3520bbd3c1c3eb19')
-
-prepare() {
- cd "$pkgname"
- patch --forward --strip=1 --input="${srcdir}/0001.patch"
- patch --forward --strip=1 --input="${srcdir}/0002.patch"
- patch --forward --strip=1 --input="${srcdir}/0003.patch"
- patch --forward --strip=1 --input="${srcdir}/0004.patch"
-}
+sha256sums=('923f2979144e96306cf5124800444e1c5cc0295fa9babb3ffc47a5631344b0aa')
build() {
cd "$srcdir/$pkgname/lisp-kernel/linuxx8664"