Date: Friday, November 11, 2022 @ 20:12:48 Author: jelle Revision: 1346848
upgpkg: blockdiag 3.0.0-2: drop python-mock Modified: blockdiag/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-11 20:12:20 UTC (rev 1346847) +++ PKGBUILD 2022-11-11 20:12:48 UTC (rev 1346848) @@ -3,13 +3,13 @@ pkgname=blockdiag pkgver=3.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="blockdiag generates block-diagram image from text" url="http://blockdiag.com" license=('Apache') arch=('any') depends=('python-setuptools' 'python-funcparserlib' 'python-pillow' 'python-webcolors') -checkdepends=('python-nose' 'python-mock' 'python-pycodestyle' 'python-reportlab' 'python-docutils' +checkdepends=('python-nose' 'python-pycodestyle' 'python-reportlab' 'python-docutils' 'python-wand' 'ghostscript' 'librsvg') optdepends=('python-reportlab: for PDF export' 'python-docutils: for RST parser')
