summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2023-03-22 20:04:44 +0100
committerhaawda2023-03-22 20:04:44 +0100
commit0c36b392f819bfc95ff286263ebadae841c5e25c (patch)
tree0cd4b6b0e707a6bb17c74fda474f5e6742618d2d /PKGBUILD
parenta3c48e80080f421f75bf02d654366755a7a631a2 (diff)
downloadaur-0c36b392f819bfc95ff286263ebadae841c5e25c.tar.gz
switch back to sbcl
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d03cb72ee4f7..50d92ce4afe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=maxima-git
-pkgver=5.46.1.1772.gff1523221
+pkgver=5.46.1.1782.g9d3ad3bb7
pkgrel=1
pkgdesc="Sophisticated computer algebra system - git-version"
arch=('i686' 'x86_64')
url="http://maxima.sourceforge.net"
license=('GPL')
-depends=('ecl' 'sh' 'shared-mime-info')
+depends=('sbcl' 'sh' 'shared-mime-info')
makedepends=('git' 'perl' 'python' 'texlive-core' 'texinfo')
optdepends=('gnuplot: plotting capabilities'
'rlwrap: readline support via /usr/bin/rmaxima'
@@ -29,7 +29,7 @@ build() {
./bootstrap
./configure --prefix=/usr --mandir=/usr/share/man \
--infodir=/usr/share/info --libexecdir=/usr/lib \
- --enable-ecl --with-default-lisp=ecl
+ --enable-sbcl --with-default-lisp=sbcl
make
}