summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexei Colin2016-03-03 15:17:30 -0500
committerAlexei Colin2016-03-03 15:17:30 -0500
commit7a1da9bc068561dcbf6bd33cf8b2c66d4848ea3f (patch)
tree523debfd94e3c0d3453e3f0e68c5b2c02e1a1a9e
parenta3b998c3e43258ccbf7d26f59a4ef3108710a02e (diff)
downloadaur-7a1da9bc068561dcbf6bd33cf8b2c66d4848ea3f.tar.gz
added tor as optional dependency
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb7ec2bfb0c7..19c6ea800b6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ depends=('python2>=2.7.10'
'python2-gevent'
'python2-msgpack'
)
+optdepends=('tor>=0.2.7.6: anonymity')
makedepends=('git')
license=('GPL2')
pkgdesc="Decentralized websites using Bitcoin crypto and the BitTorrent network."