summaryrefslogtreecommitdiff
path: root/extra/maxima/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-17 15:19:29 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-17 15:19:29 +0100
commita66ad9f55f1788fcab4028fefb2c91e563fec35c (patch)
tree93e3cfd6d5cee5dc334cd6582c789b1429f23694 /extra/maxima/PKGBUILD
parent36128f354db7ef055305ffd69c29af225c6ca182 (diff)
parent071ecd58a9b69020ec170e7f89009a603e885371 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/keepassx/PKGBUILD core/iputils/PKGBUILD extra/avidemux/PKGBUILD extra/gstreamer0.10-ugly/PKGBUILD extra/kismet/PKGBUILD extra/maxima/PKGBUILD extra/sbcl/PKGBUILD extra/sound-juicer/PKGBUILD extra/wxgtk/PKGBUILD kde-unstable/akonadi/PKGBUILD libre/gstreamer0.10-bad-libre/PKGBUILD
Diffstat (limited to 'extra/maxima/PKGBUILD')
-rw-r--r--extra/maxima/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/maxima/PKGBUILD b/extra/maxima/PKGBUILD
index 83bbcaf36..7699ac4b9 100644
--- a/extra/maxima/PKGBUILD
+++ b/extra/maxima/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 170988 2012-11-14 14:24:25Z juergen $
+# $Id: PKGBUILD 171297 2012-11-17 02:13:54Z allan $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Damir Perisa <damir@archlinux.org>
pkgname=maxima
pkgver=5.28.0
-pkgrel=3
+pkgrel=4
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.1.1' 'texinfo' 'sh')
+ depends=('sbcl=1.1.1-2' 'texinfo' 'sh')
fi
makedepends=('python2')
optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface')