summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarn W. Burton2023-08-19 09:16:10 -0400
committerTarn W. Burton2023-08-19 09:16:10 -0400
commit715d071bfeb5a980735c5859562c018e08b4c1bb (patch)
treefbe114cb072d430bfb359176c0a6ddd6786a866b
parent1e053cf9358223b35e89245a5e0a27aca8d34aff (diff)
downloadaur-ccl.tar.gz
Fix more typos
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b24fdbd3a5ec..527213704759 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ccl
pkgdesc = A Common Lisp implementation.
pkgver = 1.12.2
- pkgrel = 2
+ pkgrel = 3
url = http://ccl.clozure.com
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index c5f51b77988d..c5ddfa0e6f77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ccl
pkgver=1.12.2
-pkgrel=2
+pkgrel=3
pkgdesc="A Common Lisp implementation."
arch=("x86_64")
makedepends=("m4")
@@ -54,7 +54,6 @@ package() {
install_dir lisp-kernel "$libdir/lisp-kernel"
install_dir mac-ui "$libdir/mac-ui"
install_dir objc-bridge "$libdir/objc-bridge"
- install_dir level-1 "$libdir/level-1"
install_dir tools "$libdir/tools"
install_dir x86-headers64 "$libdir/x86-headers64"
install_dir xdump "$libdir/xdump"