diff options
author | root <root@rshg054.dnsready.net> | 2011-09-06 23:14:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-06 23:14:33 +0000 |
commit | e2fb609d3af7a203357fd6ca983fef5f4dfba7eb (patch) | |
tree | 17d9357a559130a65cb1988b1e09cf8f1dd6bc55 /extra/maxima | |
parent | e05f52e52ba779f4b0ebb5463dba9fc74f67f0b8 (diff) |
Tue Sep 6 23:14:33 UTC 2011
Diffstat (limited to 'extra/maxima')
-rw-r--r-- | extra/maxima/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/maxima/PKGBUILD b/extra/maxima/PKGBUILD index 255c0c3ce..29df3c452 100644 --- a/extra/maxima/PKGBUILD +++ b/extra/maxima/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 135557 2011-08-15 13:18:59Z dreisner $ +# $Id: PKGBUILD 137078 2011-09-05 23:07:50Z dreisner $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Damir Perisa <damir@archlinux.org> pkgname=maxima pkgver=5.24.0 -pkgrel=5 +pkgrel=6 pkgdesc="Maxima - a sophisticated computer algebra system" arch=('i686' 'x86_64') license=('GPL') url="http://maxima.sourceforge.net" -depends=('sbcl=1.0.50' 'texinfo' 'sh') +depends=('sbcl=1.0.51' '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 |