summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2023-03-18 08:35:35 +0100
committerhaawda2023-03-18 08:35:35 +0100
commita3c48e80080f421f75bf02d654366755a7a631a2 (patch)
treee274ce4a5d6d36c6af4c4e64860a5a269764c88b /PKGBUILD
parent04f67b29421a041dd9ca7af5d29699ea6a113ff8 (diff)
downloadaur-a3c48e80080f421f75bf02d654366755a7a631a2.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbcc54fbe021..d03cb72ee4f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=maxima-git
-pkgver=5.46.1.565.gce1467e9b
+pkgver=5.46.1.1772.gff1523221
pkgrel=1
pkgdesc="Sophisticated computer algebra system - git-version"
arch=('i686' 'x86_64')
url="http://maxima.sourceforge.net"
license=('GPL')
-depends=('sbcl' 'sh' 'shared-mime-info')
+depends=('ecl' '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-sbcl --with-default-lisp=sbcl
+ --enable-ecl --with-default-lisp=ecl
make
}