Date: Sunday, October 30, 2022 @ 17:41:00 Author: arojas Revision: 1339564
upgpkg: python-matplotlib 3.6.1-2: Add missing contourpy dependency Modified: python-matplotlib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-30 17:29:04 UTC (rev 1339563) +++ PKGBUILD 2022-10-30 17:41:00 UTC (rev 1339564) @@ -7,12 +7,12 @@ pkgname=python-matplotlib pkgver=3.6.1 -pkgrel=1 +pkgrel=2 pkgdesc="A python plotting library, making publication quality plots" arch=(x86_64) url="https://matplotlib.org" license=(custom) -depends=(freetype2 python-cycler python-dateutil python-fonttools python-kiwisolver python-numpy +depends=(freetype2 python-contourpy python-cycler python-dateutil python-fonttools python-kiwisolver python-numpy python-packaging python-pillow python-pyparsing qhull) optdepends=('tk: Tk{Agg,Cairo} backends' 'pyside2: alternative for Qt5{Agg,Cairo} backends'
