summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1a5f87638c4..d0576a7d071e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# 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
@@ -26,7 +24,6 @@ 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 25a4eb849dde..75ec922c2189 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-maxminddb'
+ 'python-bitcoinlib'
'geoip2-database')
optdepends=('tor: anonymity'
'namecoin-core: local name resolution')