summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-03-04 19:00:37 +0100
committerMichel Zou2018-03-04 19:00:37 +0100
commit8eff63685c171b39b0c066df80062d15ac2be87f (patch)
tree99139115d055ef3cc6c0f349b98372ecb6ac8cb7
parent66b34dc67e8c481ce9d9a9ebb73537e8d4b0b4b1 (diff)
downloadaur-8eff63685c171b39b0c066df80062d15ac2be87f.tar.gz
0.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c482e6beb21d..e7178908ed8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 3 21:23:55 UTC 2018
+# Sun Mar 4 18:00:37 UTC 2018
pkgbase = python-nbsphinx
pkgdesc = Jupyter Notebook Tools for Sphinx
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = http://nbsphinx.rtfd.org/
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-nbsphinx
depends = jupyter-nbconvert
depends = jupyter-nbformat
depends = python-sphinx
- source = https://github.com/spatialaudio/nbsphinx/archive/0.3.0.tar.gz
- sha256sums = e9bff573092ab95a19b4038c55a26f3a56da335e14af604934968e4c423c4d2f
+ source = https://github.com/spatialaudio/nbsphinx/archive/0.3.1.tar.gz
+ sha256sums = d3fcba1dee4187be7dba82dada320d020bf84b561e963ddda0822042798a4ba1
pkgname = python-nbsphinx
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