summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Timms2021-03-09 19:19:35 -0500
committerLiam Timms2021-03-09 19:19:35 -0500
commita75af8b80a2183038bcc24e1fd33ece05e1a121f (patch)
tree90bd31bf1e584e9a4810318d71de35a7b512dfd2
parent459960d3007f6a4d842dfbc100d6b13714e3d16b (diff)
downloadaur-a75af8b80a2183038bcc24e1fd33ece05e1a121f.tar.gz
version bump, maintainer and file name fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fe4b055896f..cc4f34bcf61d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nbsphinx
pkgdesc = Jupyter Notebook Tools for Sphinx
- pkgver = 0.8.0
+ pkgver = 0.8.2
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.8.0.tar.gz
- sha256sums = 5a5269b456dfdc101d072a93e910481a41bceefb1926dc1c751927d7872308b2
+ source = python-nbsphinx-0.8.2.tar.gz::https://github.com/spatialaudio/nbsphinx/archive/0.8.2.tar.gz
+ sha256sums = e0f409d1ab466f291243712ed49e9f03e7843470f012a925c4d421edd5db9277
pkgname = python-nbsphinx
diff --git a/PKGBUILD b/PKGBUILD
index 1658da777cb9..176d4f544e35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,8 @@
+# Maintainer: Liam Timms <timms5000@gmail.com>
+# contributor: Michel Zou
+
pkgname=python-nbsphinx
-pkgver=0.8.0
+pkgver=0.8.2
pkgrel=1
pkgdesc="Jupyter Notebook Tools for Sphinx"
url="http://nbsphinx.rtfd.org/"
@@ -7,8 +10,8 @@ arch=(any)
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=('5a5269b456dfdc101d072a93e910481a41bceefb1926dc1c751927d7872308b2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/spatialaudio/nbsphinx/archive/${pkgver}.tar.gz")
+sha256sums=('e0f409d1ab466f291243712ed49e9f03e7843470f012a925c4d421edd5db9277')
build() {
cd "${srcdir}"/nbsphinx-$pkgver