[arch-commits] Commit in python2-matplotlib/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Feb 17 19:13:24 UTC 2019


    Date: Sunday, February 17, 2019 @ 19:13:21
  Author: archange
Revision: 434201

Fix makedependency after removal of python2-cairocffi

Modified:
  python2-matplotlib/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-17 19:01:10 UTC (rev 434200)
+++ PKGBUILD	2019-02-17 19:13:21 UTC (rev 434201)
@@ -7,7 +7,7 @@
 
 pkgname=python2-matplotlib
 pkgver=2.2.3
-pkgrel=6
+pkgrel=7
 pkgdesc="A python plotting library, making publication quality plots"
 arch=('x86_64')
 url="https://matplotlib.org"
@@ -28,7 +28,7 @@
             'texlive-bin: usetex dependencies')
 makedepends=('python2-setuptools'
              'tk' 'python2-pyqt5' 'pygtk' 'python2-gobject'
-             'python2-wxpython3' 'python2-cairocffi' 'python2-tornado'
+             'python2-wxpython3' 'python2-cairo' 'python2-tornado'
              'python2-pillow' 'ghostscript' 'texlive-bin')
 checkdepends=('python2-pytest-xdist' 'python2-pytest-runner' 'xorg-server-xvfb'
               'texlive-core' 'texlive-latexextra' 'inkscape' 'mencoder'



More information about the arch-commits mailing list