summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa2022-11-11 20:12:48 +0000
committerJelle van der Waa2022-11-11 20:12:48 +0000
commitfc20763b36ba9e7f2152c04216f1afe2200e3a97 (patch)
tree2a4b020739f8395df623e0b81f087bed5eeef666
parent01e55ee9ea9fa1c710281c1c5012920e886a8512 (diff)
downloadaur-fc20763b36ba9e7f2152c04216f1afe2200e3a97.tar.gz
drop python-mock
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a81dc70b7cca..1ab23f042224 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')