diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-07 09:18:06 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-07 09:18:06 -0300 |
commit | f5e3722a8eb73a1d34f74d29e19eb4b8cc7f251d (patch) | |
tree | 52b4ae75af50a8a519ff3921e1e82a7a47c212b6 /extra/maxima | |
parent | 86461beb7cde87c32ae26efa1916543955452dfc (diff) | |
parent | e2fb609d3af7a203357fd6ca983fef5f4dfba7eb (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/maxima/PKGBUILD
extra/rcs/PKGBUILD
extra/sbcl/PKGBUILD
multilib/lib32-libx11/PKGBUILD
testing/xf86-input-synaptics/PKGBUILD
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 575436cf9..adab6db53 100644 --- a/extra/maxima/PKGBUILD +++ b/extra/maxima/PKGBUILD @@ -1,10 +1,10 @@ -# $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' 'mips64el') license=('GPL') @@ -12,7 +12,7 @@ url="http://maxima.sourceforge.net" if [ "${CARCH}" == "mips64el" ] ; then depends=('clisp' 'texinfo' 'sh') else - depends=('sbcl=1.0.50' 'texinfo' 'sh') + depends=('sbcl=1.0.51' 'texinfo' 'sh') fi makedepends=('python2') optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface') |