summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2019-04-24 21:46:05 +0800
committerUniversebenzene2019-04-24 21:46:05 +0800
commit6979f3d2b70ffe05f732bf36e069ae3d3666a0e8 (patch)
tree987336619ab21a46da645ef990145c430637913e /PKGBUILD
parente556dc1158272108ba45736ca60fb63563c58572 (diff)
downloadaur-6979f3d2b70ffe05f732bf36e069ae3d3666a0e8.tar.gz
Update to version 0.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}