aur/python-matplotx: to 0.3.6-1

This commit is contained in:
graysky 2022-02-13 14:00:27 -05:00
parent d49ce1db97
commit ac22979a3a

View file

@ -7,7 +7,7 @@
_base=matplotx
pkgname=python-${_base}
pkgdesc="Useful styles and extensions for Matplotlib"
pkgver=0.3.5
pkgver=0.3.6
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=('33d2a70375223c29242980648002a5749968e87130db3f78aa1efe4e3ba6b7713ae614cd1017daab3a60bf52a97e08b44cdbcc045ba5cbdbae3fa90fe7566e1d')
sha512sums=('3ae45f52e448ae7df702b3d1611e72845766a34b7a74578ee0ad6339eedc37f0dd021a2a23ecb17c362aa8c1df187125c9d86281e49974aa9c7be497ff602f52')
build() {
cd "${_base}-${pkgver}"