summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-11-22 18:55:58 +0100
committerMichel Zou2019-11-22 18:55:58 +0100
commitb34c3e471a03e288a14a0383e2998cb69d709b97 (patch)
treea38811511e4e6872e938272231e0577771572927
parentfc46c7121ccf39530fad7f14b200a82f2bacf39c (diff)
downloadaur-b34c3e471a03e288a14a0383e2998cb69d709b97.tar.gz
0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ae214dcee4e..cf45bc3cf032 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nbsphinx
pkgdesc = Jupyter Notebook Tools for Sphinx
- pkgver = 0.4.3
+ pkgver = 0.5.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.4.3.tar.gz
- sha256sums = f28f4aec328c7a1a03f6a210f98daf15c1981acf5ede830215f0c8e82520b8fb
+ source = https://github.com/spatialaudio/nbsphinx/archive/0.5.0.tar.gz
+ sha256sums = 381cedbda9b830a1e5aceeadca84c0b9cf810eddd82068fb5397092da0ae8755
pkgname = python-nbsphinx
diff --git a/PKGBUILD b/PKGBUILD
index 0dc9f75145d7..bea87ff44b51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-nbsphinx
-pkgver=0.4.3
+pkgver=0.5.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=('f28f4aec328c7a1a03f6a210f98daf15c1981acf5ede830215f0c8e82520b8fb')
+sha256sums=('381cedbda9b830a1e5aceeadca84c0b9cf810eddd82068fb5397092da0ae8755')
build() {
cd "${srcdir}"/nbsphinx-$pkgver