Date: Thursday, January 28, 2021 @ 15:08:15 Author: archange Revision: 833303
upgpkg: python-matplotlib 3.3.4-1 Modified: python-matplotlib/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-28 15:03:45 UTC (rev 833302) +++ PKGBUILD 2021-01-28 15:08:15 UTC (rev 833303) @@ -6,8 +6,8 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=python-matplotlib -pkgver=3.3.3 -pkgrel=2 +pkgver=3.3.4 +pkgrel=1 pkgdesc="A python plotting library, making publication quality plots" arch=(x86_64) url="https://matplotlib.org" @@ -28,7 +28,8 @@ 'python-certifi: https support') makedepends=(git rsync python-setuptools tk python-pyqt5 python-gobject - python-wxpython python-cairocffi python-tornado + python-wxpython python-cairocffi + python-certifi python-tornado ghostscript texlive-bin) # agg missing some non-upstreamed patches? checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb @@ -35,7 +36,7 @@ texlive-core texlive-latexextra inkscape mencoder ffmpeg imagemagick python-pandas) source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('11477e9afe15b8c1e7eea3c889187d9ab704c727578c3a1c5dcfbc6bbabf89d964f03bc17e739ee76df4758931e33bd5555587b533f14d7a553c9ff7a5743960') +sha512sums=('e29bcd17ea2b65c26c75421a319d3f21c5b0148c9e61d55d719c191c07342ed19032f97cde269647bd545ed45b5e142483e50caf29ffd421acde5b0b3bfa238b') prepare() { cd matplotlib-${pkgver}
