summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteven Malis2021-09-17 18:43:53 -0700
committerSteven Malis2021-09-17 18:43:53 -0700
commit7a6d7b223324c2ef0c633124ec9fb8885a0f6111 (patch)
treef3cc02e0ed90594222fb54018bd4b9af35cd42ec /PKGBUILD
parent5419166a44161528efe4667fc25badfe466a30fe (diff)
downloadaur-electrumx.tar.gz
Update dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07d55ff8c84a..084ef7ed5254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,22 @@
pkgname=electrumx
pkgver=1.16.0
-pkgrel=2
+pkgrel=3
pkgdesc="Server implementation for the Electrum wallet"
arch=('any')
depends=('leveldb'
'python>=3.7'
- 'python-aiorpcx>=0.18.3' 'python-aiorpcx<0.19.0'
+ 'python-aiorpcx>=0.18.5' 'python-aiorpcx<0.19.0'
'python-attrs'
'python-plyvel'
'python-pylru'
- 'python-aiohttp>=3.3.0'
+ 'python-aiohttp>=3.3.0' 'python-aiohttp<4.0.0'
'python-websockets'
)
makedepends=('python-setuptools')
optdepends=('bitcoin-daemon: Bitcoin core headless P2P node'
'electrum: Bitcoin thin client'
- 'python-rapidjson<1.0: Alternative JSON parsing library for improved performance'
+ 'python-rapidjson<2.0: Alternative JSON parsing library for improved performance'
'python-ujson<4.0: Alternative JSON parsing library for improved performance')
url="https://github.com/spesmilo/electrumx"
license=('MIT')