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

Filipe Laíns ffy00 at archlinux.org
Sat Sep 22 11:34:54 UTC 2018


    Date: Saturday, September 22, 2018 @ 11:34:53
  Author: ffy00
Revision: 384124

add replaces=('cairosvg')

Modified:
  python-cairosvg/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-22 10:52:25 UTC (rev 384123)
+++ PKGBUILD	2018-09-22 11:34:53 UTC (rev 384124)
@@ -4,7 +4,7 @@
 pkgname=python-cairosvg
 _pkgname=CairoSVG
 pkgver=2.1.3
-pkgrel=4
+pkgrel=5
 pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files'
 arch=('any')
 url='http://cairosvg.org'
@@ -11,6 +11,7 @@
 license=('LGPL3')
 depends=('python' 'python-setuptools' 'python-cairocffi' 'python-pillow' 'python-cssselect2' 'python-defusedxml' 'python-tinycss2')
 checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-pytest-flake8' 'python-pytest-isort')
+replaces=('cairosvg')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz")
 sha512sums=('2fe079be6e471ab28bbcd16d8dba00729ffc920163aa6a0fabf1223db21685a25fc03118e41f059e6164a3c1afd5375e05022954846fd75bc6b76ad122e90ef5')
 



More information about the arch-commits mailing list