summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2020-07-20 18:15:12 +0200
committerMichel Zou2020-07-20 18:15:12 +0200
commit21f82b56f20c6c8406649f0eac5271c5cf9eea13 (patch)
tree6a8704d96ec4be2f87dee46b301664dd779345a7 /PKGBUILD
parent92fc34eca79c8cc3acaa153231877221ce84e35c (diff)
downloadaur-21f82b56f20c6c8406649f0eac5271c5cf9eea13.tar.gz
0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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