summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-08-09 21:51:56 -0700
committerAndy Weidenbaum2016-08-09 21:51:56 -0700
commit8254e28ab1ec174cc691f917965a0c8ac1a98b6b (patch)
tree9aea1c43727714544364954dc40ee30d647f6f0b /PKGBUILD
parentfe717d78340a9ed37a2f8601b9dfd31cae4b5107 (diff)
downloadaur-8254e28ab1ec174cc691f917965a0c8ac1a98b6b.tar.gz
increment pkgrel to 2; use python3 -m venv
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 \