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

Antonio Rojas arojas at archlinux.org
Wed Oct 10 19:34:30 UTC 2018


    Date: Wednesday, October 10, 2018 @ 19:34:29
  Author: arojas
Revision: 392122

Add jsmol dependency

Modified:
  sage-notebook/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-10 18:55:28 UTC (rev 392121)
+++ PKGBUILD	2018-10-10 19:34:29 UTC (rev 392122)
@@ -3,12 +3,12 @@
 
 pkgname=sage-notebook
 pkgver=1.0.3
-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)
+depends=(sagemath python2-twisted python2-flask-oldsessions python2-flask-openid python2-flask-autoindex python2-flask-babel mathjax jsmol)
 optdepends=('python2-pyopenssl: to use the notebook in secure mode')
 makedepends=(gendesk)
 source=($pkgname-$pkgver::"https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz" sage.service



More information about the arch-commits mailing list