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 3372a30844ed..fec964917ae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=electrumx
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Server implementation for the Electrum wallet"
arch=('any')
depends=('leveldb'
- 'python'
+ 'python>=3.6'
'python-aiohttp'
'python-irc'
'python-plyvel'
@@ -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=('4b807ce5bfba3080aaf2daa680d685d472021e4d54b7ebddfc740cf29d81e22f'
+sha256sums=('ef5ae1028bbc55dd559fcf6eeb14f5d78041e1315e0ce444ec579496bc1e354a'
'f13119ac93e6e05203f9d5dae5e737ec718ca5c829b0b6b73b0761587ae651b7'
'b4e1a9d4341edf1f2022f8c8591d28ef6bd6db38c6f332445ac294b5fc6dae93')
backup=('etc/electrumx/electrumx.conf'