summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-07-20 18:15:12 +0200
committerMichel Zou2020-07-20 18:15:12 +0200
commit21f82b56f20c6c8406649f0eac5271c5cf9eea13 (patch)
tree6a8704d96ec4be2f87dee46b301664dd779345a7
parent92fc34eca79c8cc3acaa153231877221ce84e35c (diff)
downloadaur-21f82b56f20c6c8406649f0eac5271c5cf9eea13.tar.gz
0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 723efd855a60..9ed190f5b035 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nbsphinx
pkgdesc = Jupyter Notebook Tools for Sphinx
- pkgver = 0.6.1
+ pkgver = 0.7.1
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.6.1.tar.gz
- sha256sums = 58a6366eaca3eb45ed129bda53e4506bf5f7b4e8dd58b229cd154030837f2380
+ source = https://github.com/spatialaudio/nbsphinx/archive/0.7.1.tar.gz
+ sha256sums = 67245c26d886e5db7c071bd8e6f877ec867696e8f42398b492fdc7086b38f11e
pkgname = python-nbsphinx
diff --git a/PKGBUILD b/PKGBUILD
index 36be066dc2af..eefcfc904fed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-nbsphinx
-pkgver=0.6.1
+pkgver=0.7.1
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=('58a6366eaca3eb45ed129bda53e4506bf5f7b4e8dd58b229cd154030837f2380')
+sha256sums=('67245c26d886e5db7c071bd8e6f877ec867696e8f42398b492fdc7086b38f11e')
build() {
cd "${srcdir}"/nbsphinx-$pkgver