mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/python-matplotx: to 0.3.4-1
This commit is contained in:
parent
a75dbbdf77
commit
2102ecd6fd
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
_base=matplotx
|
_base=matplotx
|
||||||
pkgname=python-${_base}
|
pkgname=python-${_base}
|
||||||
pkgdesc="Useful styles and extensions for Matplotlib"
|
pkgdesc="Useful styles and extensions for Matplotlib"
|
||||||
pkgver=0.3.3
|
pkgver=0.3.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/nschloe/${_base}"
|
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'
|
optdepends=('python-networkx: for creation of graphs'
|
||||||
'python-pypng: for iterator support')
|
'python-pypng: for iterator support')
|
||||||
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
|
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
|
||||||
sha512sums=('173a04efff32547e281e868942de3a188f65030c3dd974c4a60652699170bbbf31ebc12a02f67f5244855b038c2d0c450cd38cb9bb2060923b933ed38da73278')
|
sha512sums=('94b8904336f9ae0ea746844329ba785747a09ff364a132bcffa83d891685c074846ab534b52bd281c94f337ce3b5bc89e2a23e8366ff8067aaf2b260d7041746')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${_base}-${pkgver}"
|
cd "${_base}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue