summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec37ec5471e7..28e7d26a4ee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=electrumx
pkgver=1.10.0
-pkgrel=1
+pkgrel=2
pkgdesc="Server implementation for the Electrum wallet"
arch=('any')
depends=('leveldb'
@@ -11,7 +11,7 @@ depends=('leveldb'
'python-aiohttp>=2.0.0'
'python-plyvel'
'python-pylru'
- 'python-aiorpcx>=0.10.4')
+ 'python-aiorpcx>=0.10.4' 'python-aiorpcx<0.11.0')
makedepends=('python-setuptools')
optdepends=('bitcoin-daemon: Bitcoin core headless P2P node'
'electrum: Bitcoin thin client')