summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2019-06-17 20:53:50 -0400
committerredfish2019-06-17 20:53:50 -0400
commit1e9ca77579ccd3b8635f371a928621e5a4062a8b (patch)
treee6d66f7d746e43b207471fd67129c9269327a166
parent5482f7d91b5af162d1fae7db95f23e6ed65ab769 (diff)
downloadaur-1e9ca77579ccd3b8635f371a928621e5a4062a8b.tar.gz
deps: temporarily remove python-maxminddb
was removed from repos; need to package and upload to AUR. Zeronet will work fine without this package -- it will download the maxmind db on its own.
-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')