summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-02-19 18:18:51 +0100
committerMichel Zou2019-02-19 18:18:51 +0100
commitad380d3de21a6308b8dfd1a51bf5739df270f13c (patch)
tree247afcb5452c5a5172e777a24e841fbe03e7eb76
parentbfed245bb8a3c0310ad6659ff0a466f46580092d (diff)
downloadaur-ad380d3de21a6308b8dfd1a51bf5739df270f13c.tar.gz
0.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b786c9ea85f..c82b9cf2aab0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nbsphinx
pkgdesc = Jupyter Notebook Tools for Sphinx
- pkgver = 0.3.5
+ pkgver = 0.4.2
pkgrel = 1
url = http://nbsphinx.rtfd.org/
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-nbsphinx
depends = jupyter-nbconvert
depends = jupyter-nbformat
depends = python-sphinx
- source = https://github.com/spatialaudio/nbsphinx/archive/0.3.5.tar.gz
- sha256sums = f23a72721bce0aca29c933ed5839c9aa441c71c10681f98c204af43104cce5f3
+ source = https://github.com/spatialaudio/nbsphinx/archive/0.4.2.tar.gz
+ sha256sums = cd2c116e613f6c36ad84930c587cafbba8f6e722265b1f9a5a18fd52b6d6b80e
pkgname = python-nbsphinx
diff --git a/PKGBUILD b/PKGBUILD
index 134d6313b99d..d4361ade1a78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-nbsphinx
-pkgver=0.3.5
+pkgver=0.4.2
pkgrel=1
pkgdesc="Jupyter Notebook Tools for Sphinx"
url="http://nbsphinx.rtfd.org/"
@@ -8,7 +8,7 @@ license=('MIT')
depends=('python-docutils' 'python-jinja' 'jupyter-nbconvert' 'jupyter-nbformat' 'python-sphinx')
makedepends=('python-setuptools')
source=("https://github.com/spatialaudio/nbsphinx/archive/${pkgver}.tar.gz")
-sha256sums=('f23a72721bce0aca29c933ed5839c9aa441c71c10681f98c204af43104cce5f3')
+sha256sums=('cd2c116e613f6c36ad84930c587cafbba8f6e722265b1f9a5a18fd52b6d6b80e')
build() {
cd "${srcdir}"/nbsphinx-$pkgver