summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 176d4f544e35..56a599a9df4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# contributor: Michel Zou
pkgname=python-nbsphinx
-pkgver=0.8.2
+pkgver=0.8.6
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=('e0f409d1ab466f291243712ed49e9f03e7843470f012a925c4d421edd5db9277')
+sha256sums=('f8191e3c05ce797e166ee0717fa65fc4fc95fb832c5a32a9f51e3dd91f9c7801')
build() {
cd "${srcdir}"/nbsphinx-$pkgver