summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2021-11-14 11:23:40 +0800
committerUniversebenzene2021-11-14 11:23:40 +0800
commit23de3b3def2c10dd8b3c49929bd87df0ca04278d (patch)
tree4d09124aa2210c2174320e7b6e11f3795f1f653f /PKGBUILD
parent35cc24288bfb2de4bf7257848a73dde65b755a81 (diff)
downloadaur-23de3b3def2c10dd8b3c49929bd87df0ca04278d.tar.gz
Update to version 0.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}