summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-04-24 21:46:05 +0800
committerUniversebenzene2019-04-24 21:46:05 +0800
commit6979f3d2b70ffe05f732bf36e069ae3d3666a0e8 (patch)
tree987336619ab21a46da645ef990145c430637913e
parente556dc1158272108ba45736ca60fb63563c58572 (diff)
downloadaur-6979f3d2b70ffe05f732bf36e069ae3d3666a0e8.tar.gz
Update to version 0.10
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d1afbc6277b..070775e2c766 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 7 02:50:41 UTC 2018
+# Wed Apr 24 13:45:35 UTC 2019
pkgbase = python-pytest-mpl
pkgdesc = Pytest plugin to help with testing figures output from Matplotlib
- pkgver = 0.9
- pkgrel = 2
+ pkgver = 0.10
+ pkgrel = 1
url = https://github.com/matplotlib/pytest-mpl
arch = i686
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = python-pytest-mpl
depends = python-pytest
depends = python-matplotlib
depends = python-nose
- source = https://files.pythonhosted.org/packages/source/p/pytest-mpl/pytest-mpl-0.9.tar.gz
- md5sums = c13853b85dbe5c50ba9b7e8f9dc96439
+ source = https://files.pythonhosted.org/packages/source/p/pytest-mpl/pytest-mpl-0.10.tar.gz
+ md5sums = eaf812561972f3aa3d4e1f1c077ba848
pkgname = python-pytest-mpl
diff --git a/PKGBUILD b/PKGBUILD
index cc43b03ec2fc..4ab423f62dd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-mpl
-pkgver=0.9
-pkgrel=2
+pkgver=0.10
+pkgrel=1
pkgdesc="Pytest plugin to help with testing figures output from Matplotlib"
arch=('i686' 'x86_64')
url="https://github.com/matplotlib/pytest-mpl"
@@ -9,7 +9,7 @@ license=('BSD')
depends=('python>=3.3' 'python-pytest' 'python-matplotlib' 'python-nose')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/p/pytest-mpl/pytest-mpl-${pkgver}.tar.gz")
-md5sums=('c13853b85dbe5c50ba9b7e8f9dc96439')
+md5sums=('eaf812561972f3aa3d4e1f1c077ba848')
package() {
cd ${srcdir}/pytest-mpl-${pkgver}