summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a399146fa456..98c68d7d97e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyterthemes
pkgdesc = Select and install a Jupyter notebook theme
- pkgver = 0.18.2
+ pkgver = 0.19.6
pkgrel = 1
url = https://github.com/dunovank/jupyter-themes
arch = any
@@ -10,8 +10,8 @@ pkgbase = jupyterthemes
depends = python-matplotlib
depends = jupyter-notebook
depends = python-lesscpy
- source = https://pypi.python.org/packages/5d/a8/37b4cfbf202d77e2ec4ec1ac0be2d0f0831fbf60545cadb9a47d21f81bf5/jupyterthemes-0.18.2.tar.gz
- md5sums = ac14d29128f121121bb3d20350b72b19
+ source = https://files.pythonhosted.org/packages/d3/ed/0b141d84215bd6e137226c11b223786dafc01ccbd51911e5c4722868b8a7/jupyterthemes-0.19.6.tar.gz
+ md5sums = 7de42482f126eca3fab2959f64d9894f
pkgname = jupyterthemes
diff --git a/PKGBUILD b/PKGBUILD
index 5f2c0e6bc49d..9227118ef9bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-#Automatically generated by pip2arch on 2017-12-27
+#Automatically generated by pip2arch on 2018-08-07
pkgname=jupyterthemes
-pkgver=0.18.2
+pkgver=0.19.6
pkgrel=1
pkgdesc="Select and install a Jupyter notebook theme"
url="https://github.com/dunovank/jupyter-themes"
@@ -9,15 +9,15 @@ depends=('python' 'python-matplotlib' 'jupyter-notebook' 'python-lesscpy')
makedepends=('python3' )
license=('MIT')
arch=('any')
-source=('https://pypi.python.org/packages/5d/a8/37b4cfbf202d77e2ec4ec1ac0be2d0f0831fbf60545cadb9a47d21f81bf5/jupyterthemes-0.18.2.tar.gz')
-md5sums=('ac14d29128f121121bb3d20350b72b19')
+source=('https://files.pythonhosted.org/packages/d3/ed/0b141d84215bd6e137226c11b223786dafc01ccbd51911e5c4722868b8a7/jupyterthemes-0.19.6.tar.gz')
+md5sums=('7de42482f126eca3fab2959f64d9894f')
build() {
- cd $srcdir/jupyterthemes-0.18.2
+ cd $srcdir/jupyterthemes-0.19.6
python setup.py build
}
package() {
- cd $srcdir/jupyterthemes-0.18.2
+ cd $srcdir/jupyterthemes-0.19.6
python setup.py install --root="$pkgdir" --optimize=1
}