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

Jürgen Hötzel juergen at nymeria.archlinux.org
Fri May 10 12:32:25 UTC 2013


    Date: Friday, May 10, 2013 @ 14:32:25
  Author: juergen
Revision: 185028

update to 5.30.0

Modified:
  maxima/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-10 12:31:51 UTC (rev 185027)
+++ PKGBUILD	2013-05-10 12:32:25 UTC (rev 185028)
@@ -3,13 +3,13 @@
 # Contributor: Damir Perisa <damir at archlinux.org>
 
 pkgname=maxima
-pkgver=5.29.1
+pkgver=5.30.0
 pkgrel=1
 pkgdesc="Maxima - a sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://maxima.sourceforge.net"
-depends=('sbcl=1.1.4' 'texinfo' 'sh')
+depends=('sbcl=1.1.7' 'texinfo' 'sh')
 makedepends=('python2')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version
@@ -17,7 +17,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")
-sha1sums=('9be04303d6a5472bc95576b7de7286fa4b8ff604'
+sha1sums=('ae009d71524f55264b346b03dac8e504e3b18ac0'
           '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
 
 build() {
@@ -28,6 +28,9 @@
 
   ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
 	--libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
   make
 }
 




More information about the arch-commits mailing list