summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a08c2467ff84..d8913ec4f6be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-gallery
pkgdesc = Sphinx extension to automatically generate an examples gallery
- pkgver = 0.7.0
+ pkgver = 0.8.0
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.7.0.tar.gz
- md5sums = bb9944c614810551c424798556ba8230
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-gallery/sphinx-gallery-0.8.0.tar.gz
+ md5sums = de352239d65051e3c7d125d99f04eb3b
pkgname = python-sphinx-gallery
depends = python-sphinx>=1.8.3
diff --git a/PKGBUILD b/PKGBUILD
index 05f357fdc64a..4c3c6284e016 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-sphinx-gallery
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.7.0
+pkgver=0.8.0
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=('bb9944c614810551c424798556ba8230')
+md5sums=('de352239d65051e3c7d125d99f04eb3b')
build() {
cd ${srcdir}/${_pyname}-${pkgver}