[arch-commits] Commit in maxima/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Tue Jan 5 18:49:31 UTC 2010


    Date: Tuesday, January 5, 2010 @ 13:49:31
  Author: ronald
Revision: 62246

upgpkg: maxima 5.20.1-1
    update to latest version; make compatible with sbcl 1.0.34

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-05 18:39:02 UTC (rev 62245)
+++ PKGBUILD	2010-01-05 18:49:31 UTC (rev 62246)
@@ -3,13 +3,13 @@
 # Contributor: Damir Perisa <damir at archlinux.org>
 
 pkgname=maxima
-pkgver=5.19.2
-pkgrel=4
+pkgver=5.20.1
+pkgrel=1
 pkgdesc="Maxima - a sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://maxima.sourceforge.net"
-depends=('sbcl>=1.0.33' 'texinfo' 'sh')
+depends=('sbcl=1.0.34' 'texinfo' 'sh')
 optdepends=('gnuplot: plotting capabilities' \
 	'rlwrap: readline support via /usr/bin/rmaxima' \
 	'tk: graphical xmaxima interface')
@@ -18,7 +18,7 @@
 options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima
 install=maxima.install
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname.desktop")
-md5sums=('c75eec2586f5be18e02978e70fac0b07'
+md5sums=('cec78b96cc453e470871063fc16cd52f'
          '24aa81126fbb8b726854e5a80d4c2415')
 
 build() {




More information about the arch-commits mailing list