summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLiam Timms2021-12-17 15:37:18 -0500
committerLiam Timms2021-12-17 15:37:18 -0500
commitc770077227447ef3a1e03d7877d011dc3e824a58 (patch)
tree41c6ae9b2652c4848db7dd2bb43906314efca301 /PKGBUILD
parent32ced8583902c4b5f5dbb4a8d43e628b7e20aef1 (diff)
downloadaur-c770077227447ef3a1e03d7877d011dc3e824a58.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56a599a9df4e..de3c02590c9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# contributor: Michel Zou
pkgname=python-nbsphinx
-pkgver=0.8.6
+pkgver=0.8.7
pkgrel=1
pkgdesc="Jupyter Notebook Tools for Sphinx"
url="http://nbsphinx.rtfd.org/"
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python-docutils' 'python-jinja' 'jupyter-nbconvert' 'jupyter-nbformat' 'python-sphinx')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/spatialaudio/nbsphinx/archive/${pkgver}.tar.gz")
-sha256sums=('f8191e3c05ce797e166ee0717fa65fc4fc95fb832c5a32a9f51e3dd91f9c7801')
+sha256sums=('6f32e28ce23aa30a71ebebd78fb3bfb7a43253f8f8a679310780b2a469e2bbce')
build() {
cd "${srcdir}"/nbsphinx-$pkgver