summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2021-06-28 16:28:50 +1000
committerMatthew Gamble2021-06-28 16:28:50 +1000
commite80f00f2b9f7c949223de24b28271e852617777b (patch)
tree0ea3814c0ee3aa61608075a3722b02a1ffd86753
parent1bab4c7de70974e8f8aced02747b7f9284625278 (diff)
downloadaur-e80f00f2b9f7c949223de24b28271e852617777b.tar.gz
Don't include sphinx doctrees cache in package
-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() {