summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 681f22f1945f..4b786c9ea85f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nbsphinx
pkgdesc = Jupyter Notebook Tools for Sphinx
- pkgver = 0.3.4
+ pkgver = 0.3.5
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.4.tar.gz
- sha256sums = 161973adb96effa07675a06bbcf4c3ef5a808692a15d49105150be6ca89dd6b9
+ source = https://github.com/spatialaudio/nbsphinx/archive/0.3.5.tar.gz
+ sha256sums = f23a72721bce0aca29c933ed5839c9aa441c71c10681f98c204af43104cce5f3
pkgname = python-nbsphinx
diff --git a/PKGBUILD b/PKGBUILD
index 9912d539464b..134d6313b99d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-nbsphinx
-pkgver=0.3.4
+pkgver=0.3.5
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=('161973adb96effa07675a06bbcf4c3ef5a808692a15d49105150be6ca89dd6b9')
+sha256sums=('f23a72721bce0aca29c933ed5839c9aa441c71c10681f98c204af43104cce5f3')
build() {
cd "${srcdir}"/nbsphinx-$pkgver