[arch-commits] Commit in maxima/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Wed Jan 1 16:07:10 UTC 2020
Date: Wednesday, January 1, 2020 @ 16:07:09
Author: jelle
Revision: 372430
upgpkg: maxima 5.43.0-5
Remove python2 build dep
Modified:
maxima/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-01 14:42:21 UTC (rev 372429)
+++ PKGBUILD 2020-01-01 16:07:09 UTC (rev 372430)
@@ -3,13 +3,13 @@
pkgname=maxima
pkgver=5.43.0
-pkgrel=4
+pkgrel=5
pkgdesc="A sophisticated computer algebra system"
arch=('x86_64')
license=('GPL')
url="http://maxima.sourceforge.net"
depends=('sbcl=1.5.9' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python2' 'emacs')
+makedepends=('python' '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,13 +17,6 @@
source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
sha1sums=('49f53a2a82f7a6e2f9378131db4445e79a5141ae')
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- # set correct python executable to create docs
- sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list