community/python-matplotlib to 3.1.3-1

This commit is contained in:
Kevin Mihelich 2020-02-02 21:49:02 +00:00
parent f33e4c41d1
commit 869db6c124

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.1.2
pkgver=3.1.3
pkgrel=1
pkgdesc="A python plotting library, making publication quality plots"
arch=(x86_64)
@ -37,7 +37,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=('514e66ff76381dccb185a8b8dee44ecbf5108e99ecc5ce46b56750e2a62b782e2b67f0ba02b01545541a1499ffe2347b6bc502077455d8a742796161017cba42')
sha512sums=('d233a18449eac4c42ecc485d0df0c15e1e306f3945e5476b11b715d6bc190ca6f1c22e7d4b16d6c93c8a569e1c43b68b583339f0921f237a9920c7369854a09e')
build() {
cd matplotlib-${pkgver}