diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-10 03:49:37 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-10 03:49:37 +0000 |
commit | bf8ca82240123cfd3e65739dc2318f5f1d145d12 (patch) | |
tree | b8320743e13c3a3de7a54a217ec30970c6336706 /extra/maxima/PKGBUILD | |
parent | 66018e3cb2f893ec3add478fcd86ed3334e46fa9 (diff) |
Sat May 10 03:41:34 UTC 2014
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 72b009bfb..29cd89599 100644 --- a/extra/maxima/PKGBUILD +++ b/extra/maxima/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 210270 2014-04-13 08:41:15Z ronald $ +# $Id: PKGBUILD 212178 2014-05-09 19:35:56Z juergen $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Damir Perisa <damir@archlinux.org> pkgname=maxima pkgver=5.33.0 -pkgrel=1 +pkgrel=2 pkgdesc="A sophisticated computer algebra system" arch=('i686' 'x86_64') license=('GPL') url="http://maxima.sourceforge.net" -depends=('sbcl=1.1.16' 'texinfo' 'sh') +depends=('sbcl=1.1.17' '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 |