diff options
author | root <root@rshg047.dnsready.net> | 2011-06-17 23:02:42 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-17 23:02:42 +0000 |
commit | e96f6ac6e912185a495a99af2b0d51b73bd1d044 (patch) | |
tree | dbd018fc8e267c419876cd604cebed805287bf6c /extra/maxima/PKGBUILD | |
parent | 1fcb176285908c33aca3b0f5cb703ec098e5440c (diff) |
Fri Jun 17 23:02:42 UTC 2011
Diffstat (limited to 'extra/maxima/PKGBUILD')
-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 849b1bf09..d6254d5b6 100644 --- a/extra/maxima/PKGBUILD +++ b/extra/maxima/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 123432 2011-05-11 11:09:27Z juergen $ +# $Id: PKGBUILD 127537 2011-06-16 08:28:21Z juergen $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Damir Perisa <damir@archlinux.org> pkgname=maxima pkgver=5.24.0 -pkgrel=2 +pkgrel=3 pkgdesc="Maxima - a sophisticated computer algebra system" arch=('i686' 'x86_64') license=('GPL') url="http://maxima.sourceforge.net" -depends=('sbcl=1.0.48' 'texinfo' 'sh') +depends=('sbcl=1.0.49' '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 |