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

Antonio Rojas arojas at archlinux.org
Tue Jun 26 06:51:31 UTC 2018


    Date: Tuesday, June 26, 2018 @ 06:51:30
  Author: arojas
Revision: 346115

Update to 3.2.1, needed by sagemath

Modified:
  jupyter-widgetsnbextension/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-26 06:50:40 UTC (rev 346114)
+++ PKGBUILD	2018-06-26 06:51:30 UTC (rev 346115)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 pkgname=jupyter-widgetsnbextension
-pkgver=2.0.0
+pkgver=3.2.1
 pkgrel=1
 epoch=1
 pkgdesc="Interactive HTML widgets for Jupyter notebooks"
@@ -11,7 +11,7 @@
 depends=(jupyter-notebook)
 makedepends=()
 source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz")
-md5sums=('4a20d3c3fee43dba15da2e7c1ad6bbf3')
+md5sums=('2b87b1461738f10c0d476b2e2aa8099d')
 
 build() {
   cd "widgetsnbextension-$pkgver"
@@ -21,4 +21,5 @@
 package() {
   cd "widgetsnbextension-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir"{/usr/etc,/etc}
 }



More information about the arch-commits mailing list