summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7753e8f1644..976c97c7584e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=electrumx
-pkgver=1.7.3
+pkgver=1.8
pkgrel=1
pkgdesc="Server implementation for the Electrum wallet"
arch=('any')
@@ -11,7 +11,7 @@ depends=('leveldb'
'python-aiohttp>=2.0.0'
'python-plyvel'
'python-pylru'
- 'python-aiorpcx>=0.5.9')
+ 'python-aiorpcx>=0.6.2')
makedepends=('python-setuptools')
optdepends=('bitcoin-daemon: Bitcoin core headless P2P node'
'electrum: Bitcoin thin client')
@@ -21,7 +21,7 @@ options=(!emptydirs)
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/kyuupichan/$pkgname/tar.gz/$pkgver
'electrumx.conf'
'electrumx.service')
-sha256sums=('105ca2b91d760b900f7f03ef48388a23ccf974cf3897c450bcb63e8d6b7b0591'
+sha256sums=('d2649c879e16c4ae56dd82e32413691e2783f7cbebcc8451b6a42cfab9d07e91'
'f13119ac93e6e05203f9d5dae5e737ec718ca5c829b0b6b73b0761587ae651b7'
'b4e1a9d4341edf1f2022f8c8591d28ef6bd6db38c6f332445ac294b5fc6dae93')
backup=('etc/electrumx/electrumx.conf'