From 4ec632cb3fd226fb4400eb38981fb4f4cbf3a114 Mon Sep 17 00:00:00 2001 From: graysky Date: Thu, 3 Feb 2022 10:08:41 -0500 Subject: [PATCH] aur/python-matplotx to 0.3.3-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 32c8d8ba4..6a4060a32 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.2 +pkgver=0.3.3 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=('fb34db28157bbd975a46960a76b718a7a4d1ee1df5dbfed653f07a9a483ee77f67dae71f835285438501c7f0a475d48c284ead3e911dc1ef1811acc399c01046') +sha512sums=('173a04efff32547e281e868942de3a188f65030c3dd974c4a60652699170bbbf31ebc12a02f67f5244855b038c2d0c450cd38cb9bb2060923b933ed38da73278') build() { cd "${_base}-${pkgver}"