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

Ronald van Haren ronald at archlinux.org
Tue Jan 27 09:01:01 UTC 2015


    Date: Tuesday, January 27, 2015 @ 10:01:01
  Author: ronald
Revision: 230030

upgpkg: maxima 5.35.1-1

update to 5.35.1; set emacsdir to /usr/share/emacs/site-lisp/maxima

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-27 08:30:39 UTC (rev 230029)
+++ PKGBUILD	2015-01-27 09:01:01 UTC (rev 230030)
@@ -3,14 +3,14 @@
 # Contributor: Damir Perisa <damir at archlinux.org>
 
 pkgname=maxima
-pkgver=5.34.1
-pkgrel=2
+pkgver=5.35.1
+pkgrel=1
 pkgdesc="A sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://maxima.sourceforge.net"
 depends=('sbcl=1.2.6' 'texinfo' 'sh')
-makedepends=('python2')
+makedepends=('python2' 'emacs')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version
 # needs a rebuild when sbcl 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=('3f33730ca374c282a543da5ed78572eff72da34f'
+sha1sums=('4431afec577e3cc42370fd768262cf7e1cef9f7f'
           '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
 
 prepare() {
@@ -40,7 +40,7 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
 
   # install some freedesktop.org compatibility
   install -Dm644 "${srcdir}/${pkgname}.desktop" \



More information about the arch-commits mailing list