From ad8837f6a4510fb06707c649d4f862b2757715b9 Mon Sep 17 00:00:00 2001 From: graysky Date: Wed, 18 May 2022 12:30:47 -0400 Subject: [PATCH] aur/python-matplotx to 0.3.7-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 069b9378e..52005f64e 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.6 +pkgver=0.3.7 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=('3ae45f52e448ae7df702b3d1611e72845766a34b7a74578ee0ad6339eedc37f0dd021a2a23ecb17c362aa8c1df187125c9d86281e49974aa9c7be497ff602f52') +sha512sums=('527a92863e9de5dbff70625afc693e814e8d34d16f48c25d437d8eba6dcf094e71f742a8af5c4281d09e6908f331b25bbd55b98290352a2d68ea31fc7063969f') build() { cd "${_base}-${pkgver}"