summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67b0ed7c1f2e..d3cc8e44503e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=dcrdocs
-pkgver=20170913
+pkgver=20171214
pkgrel=1
pkgdesc="Documentation for Decred"
arch=('any')
@@ -29,10 +29,7 @@ build() {
--no-cache-dir \
--disable-pip-version-check \
install \
- https://github.com/mkdocs/mkdocs/archive/master.zip \
- fontawesome-markdown \
- mkdocs-bootswatch \
- python-markdown-math
+ -r requirements.txt
bin/mkdocs build --clean
}