Date: Sunday, June 20, 2021 @ 16:29:53 Author: arojas Revision: 965955
Update to 3.4.2 Modified: python-matplotlib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-20 16:25:23 UTC (rev 965954) +++ PKGBUILD 2021-06-20 16:29:53 UTC (rev 965955) @@ -6,8 +6,8 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=python-matplotlib -pkgver=3.4.1 -pkgrel=2 +pkgver=3.4.2 +pkgrel=1 pkgdesc="A python plotting library, making publication quality plots" arch=(x86_64) url="https://matplotlib.org" @@ -37,7 +37,7 @@ texlive-core texlive-latexextra ghostscript inkscape mencoder ffmpeg imagemagick python-pandas) _tag=918149749ca2977d9ca43acda8eed4be811e81b4 # git rev-parse v${pkgver} -source=(git+https://github.com/matplotlib/matplotlib.git#tag=${_tag}?signed) +source=(git+https://github.com/matplotlib/matplotlib.git#tag=v${pkgver}?signed) sha512sums=(SKIP) validpgpkeys=(23CAB59E3332F94D26BEF0378D86E7FAE5EB0C10) # Elliott Sales de Andrade <[email protected]>
