summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a286aadf7dbd..9f109360b7ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-uqbar
pkgver=0.4.3
-pkgrel=1
+pkgrel=2
pkgdesc='Tools for building documentation with Sphinx, Graphviz and LaTeX'
arch=('any')
url="https://github.com/josiah-wolf-oberholtzer/uqbar"
@@ -11,6 +11,7 @@ depends=(
'python'
'python-sphinx'
'python-unidecode'
+ 'python-black'
'python-sphinx_rtd_theme'
'python-sphinx-autodoc-typehints'
)