summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-06-26 00:29:39 +0800
committerUniversebenzene2019-06-26 00:29:39 +0800
commit404f2e0efa859b8bd8561f219a914adf002be792 (patch)
tree8a3262cd59c9e9ffe4f3d21947aa940136e42c5b
parent7560d93490d2a0e1dcd6a0ecd5611c3c508acdfe (diff)
downloadaur-404f2e0efa859b8bd8561f219a914adf002be792.tar.gz
Update to version 0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 042cf83ea7bf..20ecee456ca1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Mar 25 02:15:13 UTC 2019
pkgbase = python-sphinx-gallery
pkgdesc = Sphinx extension to automatically generate an examples gallery
- pkgver = 0.3.1
+ pkgver = 0.4.0
pkgrel = 1
url = http://sphinx-gallery.readthedocs.io/
arch = i686
@@ -18,8 +16,8 @@ pkgbase = python-sphinx-gallery
checkdepends = python2-sphinx
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/s/sphinx-gallery/sphinx-gallery-0.3.1.tar.gz
- md5sums = 7e00b6f945fa67b83b699c11397abfbc
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-gallery/sphinx-gallery-0.4.0.tar.gz
+ md5sums = 1f3e578107ca253a184889733a4fbcea
pkgname = python-sphinx-gallery
depends = python-sphinx
diff --git a/PKGBUILD b/PKGBUILD
index 57e12f150ce4..30f4f1a96708 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-sphinx-gallery
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python2-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
pkgdesc="Sphinx extension to automatically generate an examples gallery"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'python2-setuptools')
#'python-sphinx' 'python-pillow' 'python-scipy' 'python-seaborn')
checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-matplotlib' 'python2-matplotlib' 'python-pillow' 'python2-pillow' 'python-sphinx' 'python2-sphinx')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('7e00b6f945fa67b83b699c11397abfbc')
+md5sums=('1f3e578107ca253a184889733a4fbcea')
prepare() {
cp -a ${srcdir}/${_pyname}-${pkgver}{,-py2}