summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 275c482a82c8..14d4f79f1dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=dcrdocs
pkgver=20160725
-pkgrel=1
+pkgrel=2
pkgdesc="Documentation for Decred"
arch=('any')
-makedepends=('git' 'python-virtualenv')
+makedepends=('git' 'python')
optdepends=('darkhttpd: serve static webpages')
groups=('decred')
url="https://docs.decred.org"
@@ -23,7 +23,7 @@ build() {
cd "$srcdir/$pkgname"
msg2 'Building...'
- virtualenv .
+ pyvenv .
bin/pip \
--isolated \
--no-cache-dir \