summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Malis2018-04-15 14:11:26 -0700
committerSteven Malis2018-04-15 14:11:26 -0700
commit26473df22f3f2ce23a702b8262d7d377adfdc901 (patch)
treec51e81042511d31673ca33f036cc01c422c2acea
parent651125245f38a399e8aa5ff9eb5468517fae0296 (diff)
downloadaur-26473df22f3f2ce23a702b8262d7d377adfdc901.tar.gz
Update to 1.4.3.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72ff922ce11d..de37e4f2941b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electrumx
pkgdesc = Server implementation for the Electrum wallet
- pkgver = 1.3
- pkgrel = 2
+ pkgver = 1.4.3
+ pkgrel = 1
url = https://github.com/kyuupichan/electrumx
install = electrumx.install
arch = any
@@ -13,15 +13,16 @@ pkgbase = electrumx
depends = python-aiohttp
depends = python-plyvel
depends = python-pylru
- optdepends = bitcoin-core: Bitcoin core headless P2P node
+ depends = python-aiorpcX>=0.5.5
+ optdepends = bitcoin-daemon: Bitcoin core headless P2P node
optdepends = electrum: Bitcoin thin client
options = !emptydirs
backup = etc/electrumx/electrumx.conf
backup = usr/lib/systemd/system/electrumx.service
- source = electrumx-1.3.tar.gz::https://codeload.github.com/kyuupichan/electrumx/tar.gz/1.3
+ source = electrumx-1.4.3.tar.gz::https://codeload.github.com/kyuupichan/electrumx/tar.gz/1.4.3
source = electrumx.conf
source = electrumx.service
- sha256sums = e6eeaa2d25a32ce0e79a223d849ec62d104c8b4bb00a61917f996cc389155aae
+ sha256sums = d32a818f568fc22a7f817f4c8f7e4b1a8c9b74b5bf0afaf85306fd5fc745fb3b
sha256sums = f13119ac93e6e05203f9d5dae5e737ec718ca5c829b0b6b73b0761587ae651b7
sha256sums = b4e1a9d4341edf1f2022f8c8591d28ef6bd6db38c6f332445ac294b5fc6dae93
diff --git a/PKGBUILD b/PKGBUILD
index bfd87bc66b7b..7ebecd1d61b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
# Contributer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=electrumx
-pkgver=1.3
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
pkgdesc="Server implementation for the Electrum wallet"
arch=('any')
depends=('leveldb'
'python>=3.6'
'python-aiohttp'
'python-plyvel'
- 'python-pylru')
+ 'python-pylru'
+ 'python-aiorpcX>=0.5.5')
makedepends=('openssl' 'python-setuptools')
-optdepends=('bitcoin-core: Bitcoin core headless P2P node'
+optdepends=('bitcoin-daemon: Bitcoin core headless P2P node'
'electrum: Bitcoin thin client')
url="https://github.com/kyuupichan/electrumx"
license=('MIT')
@@ -20,7 +21,7 @@ options=(!emptydirs)
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/kyuupichan/$pkgname/tar.gz/$pkgver
'electrumx.conf'
'electrumx.service')
-sha256sums=('e6eeaa2d25a32ce0e79a223d849ec62d104c8b4bb00a61917f996cc389155aae'
+sha256sums=('d32a818f568fc22a7f817f4c8f7e4b1a8c9b74b5bf0afaf85306fd5fc745fb3b'
'f13119ac93e6e05203f9d5dae5e737ec718ca5c829b0b6b73b0761587ae651b7'
'b4e1a9d4341edf1f2022f8c8591d28ef6bd6db38c6f332445ac294b5fc6dae93')
backup=('etc/electrumx/electrumx.conf'