summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2019-04-07 12:17:24 -0400
committerredfish2019-04-07 12:17:24 -0400
commit76f4f9a6485479df4897a29628389e32d2162ab6 (patch)
treeef432d215f4eaddb7006d50ba0ebf23f1ec82666
parent780be8cee04b818e5d794af72c2000b827b1edcd (diff)
downloadaur-76f4f9a6485479df4897a29628389e32d2162ab6.tar.gz
deps: geoip2-database (see PR #1962)
-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')