diff options
author | root <root@rshg054.dnsready.net> | 2013-06-07 00:17:01 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-07 00:17:01 -0700 |
commit | 0312a836fd7650702bd6667fee9e949b585126d8 (patch) | |
tree | 8162eb0073f65b4c0395828ea087575953a3457c /extra/maxima | |
parent | 051a089508dcb9131c5a2e15ec4cdca686e3d2c7 (diff) |
Fri Jun 7 00:17:01 PDT 2013
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 d5f926997..81ba2b373 100644 --- a/extra/maxima/PKGBUILD +++ b/extra/maxima/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 185029 2013-05-10 12:32:47Z juergen $ +# $Id: PKGBUILD 187812 2013-06-06 11:09:25Z juergen $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Damir Perisa <damir@archlinux.org> pkgname=maxima pkgver=5.30.0 -pkgrel=1 +pkgrel=2 pkgdesc="Maxima - a sophisticated computer algebra system" arch=('i686' 'x86_64') license=('GPL') url="http://maxima.sourceforge.net" -depends=('sbcl=1.1.7' 'texinfo' 'sh') +depends=('sbcl=1.1.8' '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 |