aur/python-matplotx to 0.2.5-1

This commit is contained in:
graysky 2021-12-12 06:36:50 -05:00
parent aefffadd92
commit 53a233846e

View file

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