summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-03-04 19:00:37 +0100
committerMichel Zou2018-03-04 19:00:37 +0100
commit8eff63685c171b39b0c066df80062d15ac2be87f (patch)
tree99139115d055ef3cc6c0f349b98372ecb6ac8cb7 /PKGBUILD
parent66b34dc67e8c481ce9d9a9ebb73537e8d4b0b4b1 (diff)
downloadaur-8eff63685c171b39b0c066df80062d15ac2be87f.tar.gz
0.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4d698a9349b..a1f2cf2b56c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-nbsphinx
-pkgver=0.3.0
+pkgver=0.3.1
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=('e9bff573092ab95a19b4038c55a26f3a56da335e14af604934968e4c423c4d2f')
+sha256sums=('d3fcba1dee4187be7dba82dada320d020bf84b561e963ddda0822042798a4ba1')
build() {
cd "${srcdir}"/nbsphinx-$pkgver