From fe2bba940010c640246c81af39bb55227f28c280 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 18 Jun 2020 12:39:11 +0000 Subject: [PATCH] community/python-matplotlib to 3.2.2-1 --- community/python-matplotlib/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/python-matplotlib/PKGBUILD b/community/python-matplotlib/PKGBUILD index 260af5f31..de2ae7a3f 100644 --- a/community/python-matplotlib/PKGBUILD +++ b/community/python-matplotlib/PKGBUILD @@ -9,7 +9,7 @@ # - replace make/optdepends on python{,2}-cairocffi with python{,2}-cairo (cffi has haskell dep) pkgname=python-matplotlib -pkgver=3.2.1 +pkgver=3.2.2 pkgrel=1 pkgdesc="A python plotting library, making publication quality plots" arch=(x86_64) @@ -38,7 +38,7 @@ checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb texlive-core texlive-latexextra inkscape mencoder ffmpeg imagemagick ttf-freefont python-pandas) source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('2725ebb2e3665f3f110354efab6a6ec20721667acbaf1dc22a9396dbdca096edaabe79b0e602970b1c0769a5eb849cd815774af00a366f3d4e2f336bce06208e') +sha512sums=('4c9312e929357a7c73ead51fa1a679c04b2b9735edfe0f1a2d08a07ec4d94d67df4ff6e8c6d594665a3b270cd3033c48ea8f2aa50fb1e2746812f24c27181f59') build() { cd matplotlib-${pkgver}