Date: Thursday, February 28, 2019 @ 09:17:57 Author: arojas Revision: 436963
singular 4.1.2 rebuild Modified: sagemath/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-28 08:24:08 UTC (rev 436962) +++ PKGBUILD 2019-02-28 09:17:57 UTC (rev 436963) @@ -8,7 +8,7 @@ pkgbase=sagemath pkgname=(sagemath sagemath-jupyter) pkgver=8.6 -pkgrel=4 +pkgrel=5 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab" arch=(x86_64) url="http://www.sagemath.org" @@ -144,7 +144,7 @@ package_sagemath-jupyter() { pkgdesc='Jupyter kernel for SageMath' - depends=(sagemath python2-jupyter_client python2-ipywidgets mathjax jsmol) + depends=(sagemath python2-jupyter_client python2-ipywidgets jsmol) optdepends=('sage-notebook-exporter: convert flask notebooks to Jupyter') cd sage-$pkgver/src
