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 9ed190f5b035..3fe4b055896f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nbsphinx
pkgdesc = Jupyter Notebook Tools for Sphinx
- pkgver = 0.7.1
+ pkgver = 0.8.0
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.7.1.tar.gz
- sha256sums = 67245c26d886e5db7c071bd8e6f877ec867696e8f42398b492fdc7086b38f11e
+ source = https://github.com/spatialaudio/nbsphinx/archive/0.8.0.tar.gz
+ sha256sums = 5a5269b456dfdc101d072a93e910481a41bceefb1926dc1c751927d7872308b2
pkgname = python-nbsphinx
diff --git a/PKGBUILD b/PKGBUILD
index eefcfc904fed..1658da777cb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-nbsphinx
-pkgver=0.7.1
+pkgver=0.8.0
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=('67245c26d886e5db7c071bd8e6f877ec867696e8f42398b492fdc7086b38f11e')
+sha256sums=('5a5269b456dfdc101d072a93e910481a41bceefb1926dc1c751927d7872308b2')
build() {
cd "${srcdir}"/nbsphinx-$pkgver