python-sphinxcontrib-svg2pdfconverter: update to 1.1.1

This commit is contained in:
Naveen
2021-04-17 19:22:32 +00:00
committed by github-actions[bot]
parent d1aa426a92
commit 85bab8fd2c

View File

@@ -3,19 +3,19 @@
_realname=sphinxcontrib-svg2pdfconverter
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.0.1
pkgver=1.1.1
pkgrel=1
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64')
pkgdesc="Sphinx SVG to PDF converter extension (mingw-w64)"
url="https://github.com/sephalon/sphinxcontrib-svg2pdfconverter/"
license=('BSD')
depends=("${MINGW_PACKAGE_PREFIX}-python")
depends=("${MINGW_PACKAGE_PREFIX}-python-sphinx")
optdepends=("${MINGW_PACKAGE_PREFIX}-librsvg: Use librsvg engine"
"${MINGW_PACKAGE_PREFIX}-inkscape: Use inkscape engine")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter/archive/v${pkgver}.tar.gz")
sha256sums=('3ee4d762b38df81fdbfb09f67ac35eb866ca4622705e0c40b6e03c3d876c66f6')
sha256sums=('0903415412976cc255a417d827c1bcffe4f1d0c756908d948bb97e956a568314')
prepare() {
rm -rf python-build-${CARCH} | true