summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7068e75e926e..10de4a8bb1b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 3 01:49:02 UTC 2019
+# Sun Apr 7 16:15:33 UTC 2019
pkgbase = zeronet-git
pkgdesc = Decentralized websites using Bitcoin crypto and the BitTorrent network.
pkgver = 0.7.0
@@ -25,6 +25,7 @@ pkgbase = zeronet-git
depends = python-coincurve
depends = python-bitcoinlib
depends = python-maxminddb
+ depends = geoip2-database
optdepends = tor: anonymity
provides = zeronet
conflicts = zeronet
diff --git a/PKGBUILD b/PKGBUILD
index 72ba48006849..896986ab59b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,8 @@ 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-maxminddb')
+ 'python-bitcoinlib' 'python-maxminddb'
+ 'geoip2-database')
optdepends=('tor: anonymity')
makedepends=('git')
license=('GPL2')