summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2019-04-02 21:49:13 -0400
committerredfish2019-04-02 21:49:13 -0400
commit520c2572fad5d891ff461f495358aa02150c738a (patch)
tree983bbcb2f3850ef49eb7d64459a0888f25f7c2ac
parente079ae0ef6c954086beff0d4fda1ebebadeab266 (diff)
downloadaur-520c2572fad5d891ff461f495358aa02150c738a.tar.gz
deps: pyelliptic to 2.0.1 (see Zeronet #917)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7594d5200456..7068e75e926e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 30 15:04:25 UTC 2019
+# Wed Apr 3 01:49:02 UTC 2019
pkgbase = zeronet-git
pkgdesc = Decentralized websites using Bitcoin crypto and the BitTorrent network.
pkgver = 0.7.0
@@ -20,7 +20,7 @@ pkgbase = zeronet-git
depends = python-pyasn1-modules
depends = python-base58
depends = python-merkletools
- depends = python-pyelliptic=1.5.6
+ depends = python-pyelliptic>=2.0.1
depends = python-bencode.py
depends = python-coincurve
depends = python-bitcoinlib
diff --git a/PKGBUILD b/PKGBUILD
index 7e6076d0fdf1..72ba48006849 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('python' 'python-gevent>=1.1.0' 'python-gevent-websocket'
'python-msgpack>=0.4.4' 'python-websocket-client' 'python-rsa'
'python-pysocks' 'python-pyasn1' 'python-pyasn1-modules'
'python-base58' 'python-merkletools'
- 'python-pyelliptic=1.5.6' # 1.5.7 removed ECC API; see ZeroNet #917
+ 'python-pyelliptic>=2.0.1'
'python-bencode.py' 'python-coincurve'
'python-bitcoinlib' 'python-maxminddb')
optdepends=('tor: anonymity')