summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTarn W. Burton2024-01-05 09:04:04 -0500
committerTarn W. Burton2024-01-05 09:04:04 -0500
commite61f5d69ae7813e2b9985c444aa31e55874d9762 (patch)
tree17638f231d41def379a22048bdc03fc893295ba6 /PKGBUILD
parent296fb53e083063751f7bba9519c9addcf8777c3c (diff)
downloadaur-e61f5d69ae7813e2b9985c444aa31e55874d9762.tar.gz
Update build mode
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36c1628848a9..9773264f8e29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tarn W. Burton <twburton@gmail.com>
pkgname=clasp-cl-git
-pkgver=2.5.0.r1.g9f74f94ba
+pkgver=2.5.0.r19.g74ab9a21e
pkgrel=1
pkgdesc="Bringing Common Lisp and C++ Together"
arch=('x86_64')
@@ -19,7 +19,7 @@ sha512sums=('SKIP'
prepare() {
cd clasp
- ./koga --reproducible-build "--package-path=$pkgdir" -bin-path=/usr/bin/ --share-path=/usr/share/clasp/ --lib-path=/usr/lib/clasp/ --skip-sync=ansi-test,mps,cl-bench,cl-who
+ ./koga --build-mode=bytecode-faso --reproducible-build "--package-path=$pkgdir" -bin-path=/usr/bin/ --share-path=/usr/share/clasp/ --lib-path=/usr/lib/clasp/ --skip-sync=ansi-test,mps,cl-bench,cl-who
./koga --skip-sync --update-version
}