summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-12-14 17:27:20 -0800
committerAndy Weidenbaum2017-12-14 17:27:20 -0800
commit9a56ca986a6dc2aaa9e902573e4060b80e08213d (patch)
tree8840398d8c65274092547e55cce6df0d7d5c6ebf /PKGBUILD
parent82a66ee631c64966b73bc26e74d2792155dd6694 (diff)
downloadaur-9a56ca986a6dc2aaa9e902573e4060b80e08213d.tar.gz
update pkgver to 20171214
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
}