summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fec964917ae5..6529cb3911a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
# Contributer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=electrumx
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="Server implementation for the Electrum wallet"
arch=('any')
depends=('leveldb'
'python>=3.6'
'python-aiohttp'
- 'python-irc'
'python-plyvel'
'python-pylru')
makedepends=('openssl' 'python-setuptools')
@@ -21,7 +20,7 @@ options=(!emptydirs)
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/kyuupichan/$pkgname/tar.gz/$pkgver
'electrumx.conf'
'electrumx.service')
-sha256sums=('ef5ae1028bbc55dd559fcf6eeb14f5d78041e1315e0ce444ec579496bc1e354a'
+sha256sums=('e6eeaa2d25a32ce0e79a223d849ec62d104c8b4bb00a61917f996cc389155aae'
'f13119ac93e6e05203f9d5dae5e737ec718ca5c829b0b6b73b0761587ae651b7'
'b4e1a9d4341edf1f2022f8c8591d28ef6bd6db38c6f332445ac294b5fc6dae93')
backup=('etc/electrumx/electrumx.conf'