summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredfish2019-04-02 21:49:13 -0400
committerredfish2019-04-02 21:49:13 -0400
commit520c2572fad5d891ff461f495358aa02150c738a (patch)
tree983bbcb2f3850ef49eb7d64459a0888f25f7c2ac /PKGBUILD
parente079ae0ef6c954086beff0d4fda1ebebadeab266 (diff)
downloadaur-520c2572fad5d891ff461f495358aa02150c738a.tar.gz
deps: pyelliptic to 2.0.1 (see Zeronet #917)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')