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

Juergen Hoetzel juergen at archlinux.org
Thu Nov 24 13:44:56 UTC 2011


    Date: Thursday, November 24, 2011 @ 08:44:55
  Author: juergen
Revision: 143270

rebuild against sbcl 1.0.53

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-24 13:36:47 UTC (rev 143269)
+++ PKGBUILD	2011-11-24 13:44:55 UTC (rev 143270)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.25.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Maxima - a sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://maxima.sourceforge.net"
-depends=('sbcl=1.0.52' 'texinfo' 'sh')
+depends=('sbcl=1.0.53' '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
@@ -25,7 +25,7 @@
 
   # set correct python executable to create docs
   sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-	
+
   ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
 	--libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
   make
@@ -34,11 +34,11 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  
+
   # install some freedesktop.org compatibility
   install -Dm644 ${srcdir}/${pkgname}.desktop \
   	${pkgdir}/usr/share/applications/${pkgname}.desktop
-  
+
   # make sure, we have a nice icon for the desktop file at the right place ;)
   install -d ${pkgdir}/usr/share/pixmaps/
   ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \




More information about the arch-commits mailing list