summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0576a7d071e..e1a5f87638c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun Apr 28 20:31:24 UTC 2019
pkgbase = zeronet-git
pkgdesc = Decentralized websites using Bitcoin crypto and the BitTorrent network.
pkgver = 0.7.0
@@ -24,6 +26,7 @@ pkgbase = zeronet-git
depends = python-bencode.py
depends = python-coincurve
depends = python-bitcoinlib
+ depends = python-maxminddb
depends = geoip2-database
optdepends = tor: anonymity
optdepends = namecoin-core: local name resolution
diff --git a/PKGBUILD b/PKGBUILD
index 75ec922c2189..25a4eb849dde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('python' 'python-gevent>=1.1.0' 'python-gevent-websocket'
'python-base58' 'python-merkletools'
'python-pyelliptic>=2.0.1'
'python-bencode.py' 'python-coincurve'
- 'python-bitcoinlib'
+ 'python-bitcoinlib' 'python-maxminddb'
'geoip2-database')
optdepends=('tor: anonymity'
'namecoin-core: local name resolution')