Date: Thursday, January 7, 2010 @ 16:20:55
  Author: ronald
Revision: 62379

upgpkg: maxima 5.20.1-1
    update to latest version

Modified:
  maxima/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-01-07 21:12:44 UTC (rev 62378)
+++ PKGBUILD    2010-01-07 21:20:55 UTC (rev 62379)
@@ -9,7 +9,13 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://maxima.sourceforge.net";
-depends=('sbcl=1.0.34' 'texinfo' 'sh')
+
+if [ "$CARCH" = "x86_64" ]; then
+  depends=('sbcl=1.0.31' 'texinfo' 'sh')
+else
+  depends=('sbcl=1.0.34' 'texinfo' 'sh')
+fi
+
 optdepends=('gnuplot: plotting capabilities' \
        'rlwrap: readline support via /usr/bin/rmaxima' \
        'tk: graphical xmaxima interface')

Reply via email to