summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Timms2022-01-25 15:56:41 -0500
committerLiam Timms2022-01-25 15:56:41 -0500
commit2995029419387e018d305839270079eeb8fde82b (patch)
treed6f81a4c13df41653df6720e113bf5ca1db72d6e
parentc770077227447ef3a1e03d7877d011dc3e824a58 (diff)
downloadaur-python-nbsphinx.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99312fc8d9a5..8427850af9d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nbsphinx
pkgdesc = Jupyter Notebook Tools for Sphinx
- pkgver = 0.8.7
+ pkgver = 0.8.8
pkgrel = 1
url = http://nbsphinx.rtfd.org/
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-nbsphinx
depends = jupyter-nbconvert
depends = jupyter-nbformat
depends = python-sphinx
- source = python-nbsphinx-0.8.7.tar.gz::https://github.com/spatialaudio/nbsphinx/archive/0.8.7.tar.gz
- sha256sums = 6f32e28ce23aa30a71ebebd78fb3bfb7a43253f8f8a679310780b2a469e2bbce
+ source = python-nbsphinx-0.8.8.tar.gz::https://github.com/spatialaudio/nbsphinx/archive/0.8.8.tar.gz
+ sha256sums = a95f920c1378d78f4ed1e07dd7ce97abe10b7f4c29a22fc17d02a4d0beaac97d
pkgname = python-nbsphinx
diff --git a/PKGBUILD b/PKGBUILD
index de3c02590c9a..5be5bebae5c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# contributor: Michel Zou
pkgname=python-nbsphinx
-pkgver=0.8.7
+pkgver=0.8.8
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=('6f32e28ce23aa30a71ebebd78fb3bfb7a43253f8f8a679310780b2a469e2bbce')
+sha256sums=('a95f920c1378d78f4ed1e07dd7ce97abe10b7f4c29a22fc17d02a4d0beaac97d')
build() {
cd "${srcdir}"/nbsphinx-$pkgver