community/python-matplotlib to 3.4.1-1

This commit is contained in:
Kevin Mihelich 2021-03-31 14:04:10 +00:00
parent 30ec5316fc
commit f42eab08e4

View file

@ -10,8 +10,8 @@
# - disable lto via setup.cfg
pkgname=python-matplotlib
pkgver=3.4.0
pkgrel=2
pkgver=3.4.1
pkgrel=1
pkgdesc="A python plotting library, making publication quality plots"
arch=(x86_64)
url="https://matplotlib.org"
@ -41,7 +41,7 @@ checkdepends=(python-pytest python-pytest-xdist python-pytest-runner xorg-server
ffmpeg imagemagick python-pandas)
_tag=7c5e0d6acb797fb5d5202737d8b38fdc87b5a857 # git rev-parse v${pkgver}
source=(git+https://github.com/matplotlib/matplotlib.git#tag=${_tag}?signed)
sha512sums=(SKIP)
sha512sums=('SKIP')
validpgpkeys=(23CAB59E3332F94D26BEF0378D86E7FAE5EB0C10) # Elliott Sales de Andrade <quantum.analyst@gmail.com>
prepare() {