summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2019-11-18 21:08:30 +0800
committerUniversebenzene2019-11-18 21:08:30 +0800
commit454de212b85f425b7b877ffd1befa5ef2bf43acb (patch)
tree59e9cb726d84e59d5916f3b83ef852364767dcdb /PKGBUILD
parent6979f3d2b70ffe05f732bf36e069ae3d3666a0e8 (diff)
downloadaur-454de212b85f425b7b877ffd1befa5ef2bf43acb.tar.gz
Update to version 0.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ab423f62dd0..197c70a42730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-mpl
-pkgver=0.10
+pkgver=0.11
pkgrel=1
pkgdesc="Pytest plugin to help with testing figures output from Matplotlib"
arch=('i686' 'x86_64')
url="https://github.com/matplotlib/pytest-mpl"
license=('BSD')
-depends=('python>=3.3' 'python-pytest' 'python-matplotlib' 'python-nose')
+depends=('python-pytest' 'python-matplotlib' 'python-pillow' 'python-nose')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/p/pytest-mpl/pytest-mpl-${pkgver}.tar.gz")
-md5sums=('eaf812561972f3aa3d4e1f1c077ba848')
+md5sums=('13d1666d0ab80e42e4713a603ce6445d')
package() {
cd ${srcdir}/pytest-mpl-${pkgver}