From 90b1d698cbd25918c74aeef3d8d04fd7bbc2c430 Mon Sep 17 00:00:00 2001 From: graysky Date: Sun, 6 Feb 2022 15:50:36 -0500 Subject: [PATCH] aur/python-matplotx: to 0.3.5-1 --- aur/python-matplotx/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aur/python-matplotx/PKGBUILD b/aur/python-matplotx/PKGBUILD index 81683dea4..4c41f5d5a 100644 --- a/aur/python-matplotx/PKGBUILD +++ b/aur/python-matplotx/PKGBUILD @@ -7,7 +7,7 @@ _base=matplotx pkgname=python-${_base} pkgdesc="Useful styles and extensions for Matplotlib" -pkgver=0.3.4 +pkgver=0.3.5 pkgrel=1 arch=(any) url="https://github.com/nschloe/${_base}" @@ -17,7 +17,7 @@ makedepends=(python-build python-flit-core python-install) optdepends=('python-networkx: for creation of graphs' 'python-pypng: for iterator support') source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz) -sha512sums=('94b8904336f9ae0ea746844329ba785747a09ff364a132bcffa83d891685c074846ab534b52bd281c94f337ce3b5bc89e2a23e8366ff8067aaf2b260d7041746') +sha512sums=('33d2a70375223c29242980648002a5749968e87130db3f78aa1efe4e3ba6b7713ae614cd1017daab3a60bf52a97e08b44cdbcc045ba5cbdbae3fa90fe7566e1d') build() { cd "${_base}-${pkgver}"