aur/python-matplotx to 0.3.0-1

This commit is contained in:
graysky 2022-01-01 08:12:54 -05:00
parent 60856e9254
commit 406b2cb85b

View file

@ -3,14 +3,14 @@
pkgname=python-matplotx
pkgdesc="Extensions for Matplotlib"
pkgver=0.2.5
pkgver=0.3.0
pkgrel=1
arch=(any)
license=(MIT)
depends=(python-networkx)
makedepends=(python-setuptools)
source=("${pkgname/python-}-$pkgver.tar.gz::https://github.com/nschloe/matplotx/archive/v${pkgver}.tar.gz")
sha512sums=('fc7f89e0b2fbf1557dbd344d1f86de2866b729a86c096e8c07de45231523a783a321ed20b53c26bf65fcc95c3cfbdb3f10759577f8b65992cb625ab7d4a5b5e4')
sha512sums=('2558d4e91db96488af688049f60b356ea7e3c411ee43550262f7a476d6718fe21bb0054e217e0591f8fce530f577ae0e305fa2cc3872ba1f48053e86d221f647')
build() {
cd "${pkgname/python-}-${pkgver}"