summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-09-10 21:25:42 +0800
committerUniversebenzene2020-09-10 21:25:42 +0800
commitb7a7f95f3567e65b041e272aa23d685f1bb5fb0f (patch)
tree8904582779445d8363ebe4b14387e70a53f60403
parentba6a49c3ac4eb1f2efc28899010b83ccda3ee93f (diff)
downloadaur-b7a7f95f3567e65b041e272aa23d685f1bb5fb0f.tar.gz
Update to version 0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8913ec4f6be..6ee4996047ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-gallery
pkgdesc = Sphinx extension to automatically generate an examples gallery
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = http://sphinx-gallery.github.io
arch = i686
@@ -12,8 +12,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.8.0.tar.gz
- md5sums = de352239d65051e3c7d125d99f04eb3b
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-gallery/sphinx-gallery-0.8.1.tar.gz
+ md5sums = 4f14e3130eb6862d2d5948ca57e69f86
pkgname = python-sphinx-gallery
depends = python-sphinx>=1.8.3
diff --git a/PKGBUILD b/PKGBUILD
index 4c3c6284e016..ec867179fc71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-sphinx-gallery
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="Sphinx extension to automatically generate an examples gallery"
arch=('i686' 'x86_64')
@@ -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=('de352239d65051e3c7d125d99f04eb3b')
+md5sums=('4f14e3130eb6862d2d5948ca57e69f86')
build() {
cd ${srcdir}/${_pyname}-${pkgver}