summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 869ecd60d3b5..900b2c4db60d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-coloredlogs
pkgver=15.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Colored terminal output for Python's logging module"
arch=('any')
url="https://github.com/xolox/python-coloredlogs"
@@ -19,7 +19,7 @@ build() {
python setup.py build
cd docs
- sphinx-build -nb html . build/html
+ sphinx-build -nb html -d build/doctrees . build/html
}
package() {