makedeb


clasp-cl-git 0.4.2.r4924.gfb017d54b-1


Bringing Common Lisp and C++ Together

Click here to go back to the commit logs for clasp-cl-git.

Commit:


Hash: 2b0ff0abbedea8c0d1474ea44bd0eb86e82da0e9

Message: Update version

Diff


diff --git a/.SRCINFO b/.SRCINFO
index e7a747e..ac7ff8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = clasp-cl-git
 	pkgdesc = Bringing Common Lisp and C++ Together
-	pkgver = 0.4.2.r4458.g8dfdf6839
+	pkgver = 0.4.2.r4461.g0f3d3b238
 	pkgrel = 1
 	url = https://github.com/clasp-developers/clasp
 	arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2e93d0e..d86e935 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 _qlver=2021-02-13
 _srcname=clasp
 pkgname=clasp-cl-git
-pkgver=0.4.2.r4458.g8dfdf6839
+pkgver=0.4.2.r4461.g0f3d3b238
 pkgrel=1
 pkgdesc="Bringing Common Lisp and C++ Together"
 arch=('x86_64')
@@ -33,7 +33,7 @@ build() {
   cp ../wscript.config .
   sed -i 's/SBCL_VERSION = (2, 1)/SBCL_VERSION = (2, 0)/g' wscript
   sed -i 's/SBCL_VERSION_STRING = "2.1"/SBCL_VERSION_STRING = "2.0"/g' wscript
-  ./waf configure --enable-jupyter
+  ./waf configure
   CLASP_QUICKLISP_DIRECTORY=$srcdir/quicklisp-client-version-$_qlver ./waf build_dboehmprecise
 }