From 5e7e27aa5e11a63c7a2148ccb9ae61b97f506119 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 1 Apr 2021 17:40:15 +0000 Subject: [PATCH] community/python-matplotlib to 3.4.1-2 --- community/python-matplotlib/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/python-matplotlib/PKGBUILD b/community/python-matplotlib/PKGBUILD index 37db05253..2c64e5c12 100644 --- a/community/python-matplotlib/PKGBUILD +++ b/community/python-matplotlib/PKGBUILD @@ -11,7 +11,7 @@ pkgname=python-matplotlib pkgver=3.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="A python plotting library, making publication quality plots" arch=(x86_64) url="https://matplotlib.org" @@ -39,9 +39,9 @@ makedepends=(git rsync python-setuptools checkdepends=(python-pytest python-pytest-xdist python-pytest-runner xorg-server-xvfb texlive-core texlive-latexextra ghostscript inkscape mencoder ffmpeg imagemagick python-pandas) -_tag=7c5e0d6acb797fb5d5202737d8b38fdc87b5a857 # git rev-parse v${pkgver} +_tag=918149749ca2977d9ca43acda8eed4be811e81b4 # 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 prepare() {