mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/python-matplotlib to 2.1.1-1
This commit is contained in:
parent
025d50ff81
commit
a056f18be9
1 changed files with 3 additions and 3 deletions
|
@ -10,10 +10,10 @@
|
|||
|
||||
pkgbase=python-matplotlib
|
||||
pkgname=('python-matplotlib' 'python2-matplotlib')
|
||||
pkgver=2.1.0
|
||||
pkgver=2.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="A python plotting library, making publication quality plots"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url='http://matplotlib.org'
|
||||
license=('custom')
|
||||
checkdepends=('python-pytest-xdist' 'python2-pytest-xdist' 'python-pytest-runner'
|
||||
|
@ -30,7 +30,7 @@ makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 'pytho
|
|||
'python2-backports.functools_lru_cache')
|
||||
source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz"
|
||||
setup.cfg)
|
||||
sha512sums=('19fa97eeb483218f92d72900654984387e90b9f9cc8fd62209443a6eaeb1415e68d7d9c20c5ae0028f99836db58f12aff3af56e756a4673f5130e3f5a724ca87'
|
||||
sha512sums=('7faa6e4d215d863c436f5d5df9b2a19cf7044ec8e75be4c2e5b70ecb9fff7db03a8f092449401755c40a9ba719d1b0a7cc286e1e5ae5926b74cf91ec3826134f'
|
||||
'f08c0b2e94599fdf2b736b8a655d862209934441d90f20ed872cfc128b8d2a6525763ab7cf64f2b3630e22a90798f4c52aa93b18087e9b48708d9bae34aada0b')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue