summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-11-22 18:55:58 +0100
committerMichel Zou2019-11-22 18:55:58 +0100
commitb34c3e471a03e288a14a0383e2998cb69d709b97 (patch)
treea38811511e4e6872e938272231e0577771572927 /PKGBUILD
parentfc46c7121ccf39530fad7f14b200a82f2bacf39c (diff)
downloadaur-b34c3e471a03e288a14a0383e2998cb69d709b97.tar.gz
0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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