summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-12-15 13:09:43 +0100
committerhaawda2018-12-15 13:09:43 +0100
commit669263de26a995250abf9ce6e65098ad30759d21 (patch)
tree0638397d20a41fc49c660ca2b4811ef6f8265fe1 /PKGBUILD
parenteb5d1eca74675c6df56163ace30ab59e34f7d4df (diff)
downloadaur-669263de26a995250abf9ce6e65098ad30759d21.tar.gz
switch to ecl for building
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e1bdce50ccb..2358dd9981c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=maxima-git
-pkgver=5.42.1.155.ge553a837e
+pkgver=5.42.1.268.g09c41285e
pkgrel=1
pkgdesc="Sophisticated computer algebra system - git-version"
arch=('i686' 'x86_64')
url="http://maxima.sourceforge.net"
license=('GPL')
-depends=('sbcl' 'sh')
+depends=('ecl' 'sh')
makedepends=('git' 'cl-ppcre' '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-sbcl --with-default-lisp=sbcl
+ --enable-ecl --with-default-lisp=ecl
make
}