summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2019-06-05 12:31:25 +1000
committerLuis Aranguren2019-06-05 12:31:25 +1000
commit17a18706e6e38723b2e75585ff4720e7722196e7 (patch)
treee69c820398845673893b7b4a63f51f265d4f607d
parent2822886034f15de7a9e1efb6a6d23999427bd7d3 (diff)
downloadaur-17a18706e6e38723b2e75585ff4720e7722196e7.tar.gz
update pkgver to 20190604, changed dependency from python-aiorpcx to python-aiorpcx-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1c9327741af..272dbeacc573 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electrum-git
pkgdesc = Lightweight Bitcoin wallet
- pkgver = 20190515
+ pkgver = 20190604
pkgrel = 1
url = https://github.com/spesmilo/electrum
install = electrum.install
@@ -29,7 +29,7 @@ pkgbase = electrum-git
depends = python-websocket-client
depends = python-aiohttp-socks
depends = python-certifi
- depends = python-aiorpcx=0.17.0
+ depends = python-aiorpcx-git
depends = python-aiohttp
depends = qt5-base
optdepends = desktop-file-utils: update desktop icon
diff --git a/PKGBUILD b/PKGBUILD
index 82470f90c52e..57edf87d8381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
#
pkgname=electrum-git
-pkgver=20190515
+pkgver=20190604
pkgrel=1
pkgdesc="Lightweight Bitcoin wallet"
arch=('any')
@@ -32,7 +32,7 @@ depends=('hicolor-icon-theme'
'python-websocket-client'
'python-aiohttp-socks'
'python-certifi'
- 'python-aiorpcx=0.17.0'
+ 'python-aiorpcx-git'
'python-aiohttp'
'qt5-base')
checkdepends=('python-tox')