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

Antonio Rojas arojas at archlinux.org
Mon Oct 15 19:40:10 UTC 2018


    Date: Monday, October 15, 2018 @ 19:40:09
  Author: arojas
Revision: 394293

Update to 5.42.1

Modified:
  maxima-ecl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-15 19:33:33 UTC (rev 394292)
+++ PKGBUILD	2018-10-15 19:40:09 UTC (rev 394293)
@@ -5,7 +5,7 @@
 
 pkgname=maxima-ecl
 _pkgname=maxima
-pkgver=5.42.0
+pkgver=5.42.1
 _eclver=16.1.2
 pkgrel=1
 pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
@@ -20,7 +20,7 @@
 options=(!zipman) # don't zip info pages or they won't work inside maxima
 source=("https://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
         'build-fasl.patch' 'matrixexp.patch')
-sha256sums=('d65fea937d99d251808e48e23130edd090af1fc6456312493e8b2fb6616cb734'
+sha256sums=('8f555aec33bc61b5a3ee0fe2e9d6c1179db67a2ff7e0eceb6bb614058eeb40cd'
             '90ced3b33361fa24c2b417e0aeba8956892f0965b4a22d57d0c04115f2a3274b'
             'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619')
 
@@ -27,9 +27,6 @@
 prepare() {
   cd $_pkgname-$pkgver
 
-# set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-
 # build maxima ecl library
   patch -p1 -i ../build-fasl.patch
 # fix matrix exponentiation
@@ -39,12 +36,9 @@
 build() {
   cd $_pkgname-$pkgver
 
-  # 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-ecl --with-default-lisp=ecl
-  make -j1
+  make
 }
 
 package() {



More information about the arch-commits mailing list