[arch-commits] Commit in python-cairosvg/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Feb 25 03:18:00 UTC 2016


    Date: Thursday, February 25, 2016 @ 04:18:00
  Author: fyan
Revision: 163367

upgpkg: python-cairosvg 1.0.20-1

Modified:
  python-cairosvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-25 03:17:42 UTC (rev 163366)
+++ PKGBUILD	2016-02-25 03:18:00 UTC (rev 163367)
@@ -6,7 +6,7 @@
 # Contributor: Simon Sapin <simon dot sapin at exyr dot org>
 
 pkgname=(python-cairosvg python2-cairosvg)
-pkgver=1.0.19
+pkgver=1.0.20
 pkgrel=1
 pkgdesc="A Simple SVG Converter for Cairo"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-cairocffi' 'python2-cairocffi' 'git')
 checkdepends=('python-nose' 'python2-nose' 'python-pillow' 'python2-pillow' 'python-lxml'
               'python2-lxml' 'python-tinycss' 'python2-tinycss' 'python-cssselect'
-              'python2-cssselect')
+              'python2-cssselect' 'gnu-free-fonts')
 source=("git+https://github.com/Kozea/CairoSVG.git#tag=$pkgver")
 md5sums=('SKIP')
 
@@ -32,6 +32,8 @@
 }
 
 check() {(
+  # 
+
   cd "$srcdir/CairoSVG"
   nosetests3
 



More information about the arch-commits mailing list