summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8f43e794892..9c824ffcdfeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clasp-cl
pkgdesc = Bringing Common Lisp and C++ Together
pkgver = 2.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/clasp-developers/clasp
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index f1bad5875475..3983e0e7cd6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=clasp-cl
pkgver=2.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Bringing Common Lisp and C++ Together'
arch=('x86_64')
url='https://github.com/clasp-developers/clasp'
@@ -34,6 +34,7 @@ build() {
cd clasp-$pkgver
./koga \
+ --build-mode=bytecode-faso \
--reproducible-build \
--broken-stdlib \
--package-path=$pkgdir \