summaryrefslogtreecommitdiff
path: root/extra/maxima
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /extra/maxima
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'extra/maxima')
-rw-r--r--extra/maxima/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/maxima/PKGBUILD b/extra/maxima/PKGBUILD
index 6fe19bbc7..4df4996ea 100644
--- a/extra/maxima/PKGBUILD
+++ b/extra/maxima/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 196297 2013-10-11 08:53:38Z juergen $
+# $Id: PKGBUILD 202771 2013-12-27 14:33:26Z juergen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Damir Perisa <damir@archlinux.org>
pkgname=maxima
-pkgver=5.30.0
-pkgrel=4
-pkgdesc="Maxima - a sophisticated computer algebra system"
+pkgver=5.31.0
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system"
arch=('i686' 'x86_64')
license=('GPL')
url="http://maxima.sourceforge.net"
-depends=('sbcl=1.1.12' 'texinfo' 'sh')
+depends=('sbcl=1.1.14' 'texinfo' 'sh')
makedepends=('python2')
optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface')
# needs rebuild when bash changes version
@@ -17,7 +17,7 @@ optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/
options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima
install=maxima.install
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname.desktop")
-sha1sums=('ae009d71524f55264b346b03dac8e504e3b18ac0'
+sha1sums=('07623644b2962d68388cfd3f507e3d381e33ce02'
'4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
build() {