Date: Wednesday, February 13, 2019 @ 21:53:08
Author: ffy00
Revision: 432124
use https instead of http
Modified:
python-cairosvg/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-13 21:52:24 UTC (rev 432123)
+++ PKGBUILD 2019-02-13 21:53:08 UTC (rev 432124)
@@ -7,7 +7,7 @@
pkgrel=1
pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF,
PostScript and PNG files'
arch=('any')
-url='http://cairosvg.org'
+url='https://cairosvg.org'
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')