summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2021-04-02 20:11:17 +1100
committerLuis Aranguren2021-04-02 20:11:17 +1100
commit562cb0ef8a897c261276c10756c35d2896bac7fd (patch)
tree6d8c92832fa2193cea9f10b7bc8c0f2578d67b34
parent51283428d6623f52ae0a8422f87552c5a4a391b1 (diff)
downloadaur-562cb0ef8a897c261276c10756c35d2896bac7fd.tar.gz
4.1.0.git20210401.d880731, switched python-aiorpcx from -git version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04f978cf4da0..ac7eede20c5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electrum-ltc-git
pkgdesc = Litecoin thin client
- pkgver = 4.0.9.1.git20210222.7da8df8
+ pkgver = 4.1.0.git20210401.d880731
pkgrel = 1
url = https://electrum-ltc.org/
arch = any
@@ -28,7 +28,7 @@ pkgbase = electrum-ltc-git
depends = python-websocket-client
depends = python-aiohttp-socks
depends = python-certifi
- depends = python-aiorpcx-git
+ depends = python-aiorpcx
depends = python-aiohttp
depends = python-scrypt
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 28236b6f6f43..19bfc6569546 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: lukpod <lukpod9@ya.ru>
pkgname=electrum-ltc-git
-pkgver=4.0.9.1.git20210222.7da8df8
+pkgver=4.1.0.git20210401.d880731
pkgrel=1
pkgdesc='Litecoin thin client'
arch=(any)
@@ -25,7 +25,7 @@ depends=('hicolor-icon-theme'
'python-websocket-client'
'python-aiohttp-socks'
'python-certifi'
- 'python-aiorpcx-git'
+ 'python-aiorpcx'
'python-aiohttp'
'python-scrypt'
'qt5-base')