diff options
author | root <root@rshg054.dnsready.net> | 2013-02-19 00:07:59 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-19 00:07:59 -0800 |
commit | ba105c9a82cf668f973a140c1792a3c02589980d (patch) | |
tree | 0d51d4e3e4e12ba33aa5f5da9e54458b8ec8cd0a /extra/maxima | |
parent | 29883fd322e5c6464bf44e9eaa31b17790461bd0 (diff) |
Tue Feb 19 00:07:54 PST 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 3049e28e5..6dd01b714 100644 --- a/extra/maxima/PKGBUILD +++ b/extra/maxima/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 174263 2013-01-03 12:45:07Z juergen $ +# $Id: PKGBUILD 178214 2013-02-18 09:05:06Z juergen $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Damir Perisa <damir@archlinux.org> pkgname=maxima pkgver=5.28.0 -pkgrel=5 +pkgrel=7 pkgdesc="Maxima - a sophisticated computer algebra system" arch=('i686' 'x86_64') license=('GPL') url="http://maxima.sourceforge.net" -depends=('sbcl=1.1.3-1' 'texinfo' 'sh') +depends=('sbcl=1.1.4' '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 |