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

Antonio Rojas arojas at archlinux.org
Sun Apr 17 21:48:27 UTC 2016


    Date: Sunday, April 17, 2016 @ 23:48:27
  Author: arojas
Revision: 171268

Update to 0.12

Modified:
  sage-notebook/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-17 18:59:39 UTC (rev 171267)
+++ PKGBUILD	2016-04-17 21:48:27 UTC (rev 171268)
@@ -3,19 +3,18 @@
 # Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
 
 pkgname=sage-notebook
-pkgver=0.11.7
+pkgver=0.12
 pkgrel=1
 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 
-python2-webassets mathjax)
+depends=(sagemath python2-twisted python2-flask-oldsessions python2-flask-openid python2-flask-autoindex python2-flask-babel mathjax)
 optdepends=('python2-pyopenssl: to use the notebook in secure mode')
 makedepends=(gendesk)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz" 'sage.service' 'jmol.patch')
+source=("http://mirrors.mit.edu/sage/spkg/upstream/sagenb/sagenb-$pkgver.tar.bz2" 'sage.service' 'jmol.patch')
 install=$pkgname.install
-md5sums=('d25b1709da70a337d6149dddec192b9d'
+md5sums=('f421c5c4d347226534ca0ca95ac726e2'
          '61620179a7ecd85401d8e5a6ece3ea41'
          'b29760c97a5328faa179a46008391bf0')
 
@@ -45,7 +44,7 @@
 }
 
 build() {
-  cd sagenb-${pkgver}
+  cd sagenb-$pkgver
 
   python2 setup.py build
 }
@@ -57,8 +56,6 @@
 
   install -D -m644 COPYING "$pkgdir"/usr/share/licenses/${pkgname}/COPYING
 
-# Use system mathjax
-  rm -r "$pkgdir"/usr/lib/python2.7/site-packages/sagenb/data/mathjax
   ln -s /usr/share/mathjax "$pkgdir"/usr/lib/python2.7/site-packages/sagenb/data/mathjax
 
 # install a systemd user unit



More information about the arch-commits mailing list