[arch-commits] Commit in jupyter-server-mathjax/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jun 2 14:13:53 UTC 2021


    Date: Wednesday, June 2, 2021 @ 14:13:52
  Author: arojas
Revision: 953247

Update to 0.2.3

Modified:
  jupyter-server-mathjax/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-02 13:46:19 UTC (rev 953246)
+++ PKGBUILD	2021-06-02 14:13:52 UTC (rev 953247)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=jupyter-server-mathjax
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc="MathJax resources as a Jupyter Server Extension"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(jupyter-server mathjax2)
 makedepends=(python-setuptools python-jupyter_packaging)
 source=(https://pypi.io/packages/source/j/${pkgname//-/_}/${pkgname//-/_}-$pkgver.tar.gz)
-sha256sums=('0f75fc1ed6fc3a6d94ea9c87932cfd7a43b8c11721b7c3f01281116469280011')
+sha256sums=('564e8d1272019c6771208f577b5f9f2b3afb02b9e2bff3b34c042cef8ed84451')
 
 build() {
   cd ${pkgname//-/_}-$pkgver
@@ -21,7 +21,7 @@
   cd ${pkgname//-/_}-$pkgver
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
   _pythonpath=`python -c "from sysconfig import get_path; print(get_path('platlib'))"`
-#  rm -r "$pkgdir"/$_pythonpath/jupyter_server_mathjax/static
+  rm -r "$pkgdir"/$_pythonpath/jupyter_server_mathjax/static
   ln -s /usr/share/mathjax2 "$pkgdir"/$_pythonpath/jupyter_server_mathjax/static
 
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname



More information about the arch-commits mailing list