mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/python-cairosvg to 2.4.2-1
This commit is contained in:
parent
f15e8414ab
commit
39777c49b1
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
pkgname=python-cairosvg
|
pkgname=python-cairosvg
|
||||||
_pkgname=CairoSVG
|
_pkgname=CairoSVG
|
||||||
pkgver=2.4.1
|
pkgver=2.4.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files'
|
pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -16,7 +16,7 @@ depends=('python' 'python-setuptools' 'python-cairo' 'python-pillow' 'python-css
|
||||||
checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-pytest-flake8' 'python-pytest-isort')
|
checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-pytest-flake8' 'python-pytest-isort')
|
||||||
replaces=('cairosvg')
|
replaces=('cairosvg')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz")
|
||||||
sha512sums=('21dddd87c191b5467a5f77178e896d4ea87fda63b437284b68c3edd19af70ac0e41f13c398125021bacaa3358c48446c908eec052d9e25d6142d5acdd124d28e')
|
sha512sums=('b491e8aae0ebec55ad27a55d083954f715d668ca74eccc18d19ad53072143f7a05a11d979884464422a1bc0d90e9bed7a57e6a2df620a80134bb4b894124151a')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $_pkgname-$pkgver
|
cd $_pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue