From 85bab8fd2c4587a7bebf2780ab212feca152bfba Mon Sep 17 00:00:00 2001 From: Naveen Date: Sat, 17 Apr 2021 19:22:32 +0000 Subject: [PATCH] python-sphinxcontrib-svg2pdfconverter: update to 1.1.1 --- mingw-w64-python-sphinxcontrib-svg2pdfconverter/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-sphinxcontrib-svg2pdfconverter/PKGBUILD b/mingw-w64-python-sphinxcontrib-svg2pdfconverter/PKGBUILD index 69e4c440d6..f8424520ab 100644 --- a/mingw-w64-python-sphinxcontrib-svg2pdfconverter/PKGBUILD +++ b/mingw-w64-python-sphinxcontrib-svg2pdfconverter/PKGBUILD @@ -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