community/python-matplotlib to 3.0.3-1

This commit is contained in:
Kevin Mihelich 2019-02-26 13:34:45 +00:00
parent 7e9726d926
commit d368912a6f

View file

@ -9,7 +9,7 @@
# - replace make/optdepends on python{,2}-cairocffi with python{,2}-cairo (cffi has haskell dep) # - replace make/optdepends on python{,2}-cairocffi with python{,2}-cairo (cffi has haskell dep)
pkgname=python-matplotlib pkgname=python-matplotlib
pkgver=3.0.2 pkgver=3.0.3
pkgrel=1 pkgrel=1
pkgdesc="A python plotting library, making publication quality plots" pkgdesc="A python plotting library, making publication quality plots"
arch=('x86_64') arch=('x86_64')
@ -38,7 +38,7 @@ checkdepends=('python-pytest-xdist' 'python-pytest-runner' 'xorg-server-xvfb'
'ffmpeg' 'imagemagick' 'ttf-freefont' 'python-pandas') 'ffmpeg' 'imagemagick' 'ttf-freefont' 'python-pandas')
source=($pkgname-$pkgver.tar.gz::"https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz" source=($pkgname-$pkgver.tar.gz::"https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz"
setup.cfg) setup.cfg)
sha512sums=('40db6cf6023483f3f9b3020735f87f1e53fdaeb177d2a82a5326a139222380ab67f6f007dd30f5a204877246baad0aefced6cf63b36dab32771124f55559491c' sha512sums=('9fe00b8d0ca6dcf2f1b907118b656353e115b73f8b21adeb4391c87e164c111a4994c3ac17cdd02e75b896d9aa26c279618132f9a7bfe995c0f7c62356ed85ad'
'f08c0b2e94599fdf2b736b8a655d862209934441d90f20ed872cfc128b8d2a6525763ab7cf64f2b3630e22a90798f4c52aa93b18087e9b48708d9bae34aada0b') 'f08c0b2e94599fdf2b736b8a655d862209934441d90f20ed872cfc128b8d2a6525763ab7cf64f2b3630e22a90798f4c52aa93b18087e9b48708d9bae34aada0b')
prepare() { prepare() {