Date: Wednesday, September 4, 2019 @ 21:55:47
  Author: arojas
Revision: 508119

mathjax2 rebuild

Modified:
  sage-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-09-04 21:44:18 UTC (rev 508118)
+++ PKGBUILD    2019-09-04 21:55:47 UTC (rev 508119)
@@ -3,12 +3,12 @@
 
 pkgname=sage-notebook
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Browser-based notebook interface for SageMath'
 arch=(any)
 url='http://www.sagemath.org'
 license=(GPL3)
-depends=(sagemath python2-twisted python2-flask-oldsessions 
python2-flask-openid python2-flask-autoindex python2-flask-babel mathjax jsmol)
+depends=(sagemath python2-twisted python2-flask-oldsessions 
python2-flask-openid python2-flask-autoindex python2-flask-babel mathjax2 jsmol)
 optdepends=('python2-pyopenssl: to use the notebook in secure mode')
 makedepends=(gendesk python2-sphinx)
 
source=($pkgname-$pkgver::"https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz";
 sage.service)
@@ -48,7 +48,7 @@
 
   install -D -m644 COPYING "$pkgdir"/usr/share/licenses/${pkgname}/COPYING
 
-  ln -s /usr/share/mathjax 
"$pkgdir"/usr/lib/python2.7/site-packages/sagenb/data/mathjax
+  ln -s /usr/share/mathjax2 
"$pkgdir"/usr/lib/python2.7/site-packages/sagenb/data/mathjax
 
 # install a systemd user unit
   install -Dm644 "${srcdir}/sage.service" 
"$pkgdir/usr/lib/systemd/user/sage.service"

Reply via email to