community/python-matplotlib to 3.2.1-1

This commit is contained in:
Kevin Mihelich 2020-03-19 01:09:47 +00:00
parent a3f774e83c
commit e9d8bdcafb

View file

@ -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.0
pkgver=3.2.1
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=('bbc800b3f6c2d4d1161f7b6cc6c72c637abe9d70adfc17bb02d6e21022c957e485d6da02209163460c9bb96eaf544e09c8eba9f80ac30ec95348b6dff3d32ebb')
sha512sums=('2725ebb2e3665f3f110354efab6a6ec20721667acbaf1dc22a9396dbdca096edaabe79b0e602970b1c0769a5eb849cd815774af00a366f3d4e2f336bce06208e')
build() {
cd matplotlib-${pkgver}