summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarn Burton2018-02-27 08:25:38 -0500
committerTarn Burton2018-02-27 08:25:38 -0500
commit5948cf9e7878e99b5e2613a1474b253cdb5be786 (patch)
tree2d218c58b83d1977630955bee0cd0ee2ed584cfd
parentb5da1c5035594c3db85cb643c2ace68712fbc0c9 (diff)
downloadaur-5948cf9e7878e99b5e2613a1474b253cdb5be786.tar.gz
Update dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fbf33f7fe90..1d99fd44af83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = maxima-jupyter-git
arch = x86_64
license = BSD
depends = maxima
- depends = sbcl
options = !strip
source = maxima-jupyter-git::git+https://github.com/robert-dodier/maxima-jupyter
source = https://beta.quicklisp.org/quicklisp.lisp
diff --git a/PKGBUILD b/PKGBUILD
index 9e246bc4b4af..3c133b2ea83e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A Maxima kernel for Jupyter, based on CL-Jupyter (Common Lisp kernel)"
arch=("x86_64")
url="https://github.com/robert-dodier/maxima-jupyter"
license=('BSD')
-depends=("maxima" "sbcl")
+depends=("maxima")
source=(
"$pkgname::git+https://github.com/robert-dodier/maxima-jupyter"
'https://beta.quicklisp.org/quicklisp.lisp'
@@ -24,7 +24,7 @@ pkgver() {
build() {
rm -rf quicklisp bin
mkdir -p quicklisp bin
- maxima <<END
+ maxima --lisp=sbcl <<END
parse_string("1");
:lisp (load "quicklisp.lisp")
:lisp (quicklisp-quickstart:install :path "quicklisp")