Date: Wednesday, March 30, 2011 @ 07:00:13
  Author: juergen
Revision: 117234

rebuild against sbcl 1.0.47

Modified:
  maxima/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-03-30 10:39:32 UTC (rev 117233)
+++ PKGBUILD    2011-03-30 11:00:13 UTC (rev 117234)
@@ -4,15 +4,13 @@
 
 pkgname=maxima
 pkgver=5.23.2
-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.46' 'texinfo' 'sh')
-optdepends=('gnuplot: plotting capabilities' \
-       'rlwrap: readline support via /usr/bin/rmaxima' \
-       'tk: graphical xmaxima interface')
+depends=('sbcl=1.0.47' 'texinfo' 'sh')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version
 # needs a rebuild when sbcl changes version
 options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima

Reply via email to