summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-01-03 22:23:55 +0100
committerMichel Zou2018-01-03 22:23:55 +0100
commit66b34dc67e8c481ce9d9a9ebb73537e8d4b0b4b1 (patch)
tree760a852d42f759b633c2757361fc474942b86b60 /PKGBUILD
parentd55b42fe03da65631da637965e36b733bcbb5187 (diff)
downloadaur-66b34dc67e8c481ce9d9a9ebb73537e8d4b0b4b1.tar.gz
0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a002cb8f337..b4d698a9349b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-nbsphinx
-pkgver=0.2.13
+pkgver=0.3.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")
-sha1sums=('b39cabe14055eaa16f62c2f46f654435e96e2202')
+sha256sums=('e9bff573092ab95a19b4038c55a26f3a56da335e14af604934968e4c423c4d2f')
build() {
cd "${srcdir}"/nbsphinx-$pkgver