summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-11-14 11:23:40 +0800
committerUniversebenzene2021-11-14 11:23:40 +0800
commit23de3b3def2c10dd8b3c49929bd87df0ca04278d (patch)
tree4d09124aa2210c2174320e7b6e11f3795f1f653f
parent35cc24288bfb2de4bf7257848a73dde65b755a81 (diff)
downloadaur-23de3b3def2c10dd8b3c49929bd87df0ca04278d.tar.gz
Update to version 0.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19d6721c0749..64a775501eb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-gallery
pkgdesc = Sphinx extension to automatically generate an examples gallery
- pkgver = 0.10.0
+ pkgver = 0.10.1
pkgrel = 1
url = http://sphinx-gallery.github.io
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-sphinx-gallery
checkdepends = python-sphinx
checkdepends = python-joblib
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/s/sphinx-gallery/sphinx-gallery-0.10.0.tar.gz
- md5sums = cb9f1c923a448b0f2ff49f5384f33c73
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-gallery/sphinx-gallery-0.10.1.tar.gz
+ md5sums = 49727ee066dbeced6bfca7e89f6dc01f
pkgname = python-sphinx-gallery
depends = python-sphinx>=1.8.3
diff --git a/PKGBUILD b/PKGBUILD
index 60a9ae37c930..417f4d7226c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-sphinx-gallery
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.10.0
+pkgver=0.10.1
pkgrel=1
pkgdesc="Sphinx extension to automatically generate an examples gallery"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
#'python-sphinx' 'python-pillow' 'python-scipy' 'python-seaborn')
checkdepends=('python-pytest-cov' 'python-matplotlib' 'python-pillow' 'python-sphinx' 'python-joblib')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('cb9f1c923a448b0f2ff49f5384f33c73')
+md5sums=('49727ee066dbeced6bfca7e89f6dc01f')
build() {
cd ${srcdir}/${_pyname}-${pkgver}