summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlukpod2019-05-14 23:36:52 +0200
committerlukpod2019-05-14 23:36:52 +0200
commit64f0ccfd5e0f6d5df705a88416aa266fe480c8ef (patch)
treed73881e09c0a188f0934915821a711aeb10b2ef7
parent2c0bc3f8f07586e03435e1d278949e583d0636f0 (diff)
downloadaur-64f0ccfd5e0f6d5df705a88416aa266fe480c8ef.tar.gz
3.3.5.1.git20190514.7db15b9-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb9e526f41a6..3526fd22df55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electrum-ltc-git
pkgdesc = Litecoin thin client
- pkgver = 3.3.5.1.git20190510.eed0e58
+ pkgver = 3.3.5.1.git20190514.7db15b9
pkgrel = 1
url = https://electrum-ltc.org/
arch = any
@@ -25,7 +25,6 @@ pkgbase = electrum-ltc-git
depends = python-qrcode
depends = python-scrypt
depends = python-websocket-client
- depends = python-websockets
depends = zbar
source = git+https://github.com/pooler/electrum-ltc
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3e6992868195..ea2a4879fbfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=electrum-ltc-git
-pkgver=3.3.5.1.git20190510.eed0e58
+pkgver=3.3.5.1.git20190514.7db15b9
pkgrel=1
pkgdesc='Litecoin thin client'
arch=(any)
@@ -23,7 +23,6 @@ depends=(desktop-file-utils
python-qrcode
python-scrypt
python-websocket-client
- python-websockets
zbar)
makedepends=(git python-requests)
source=(git+https://github.com/pooler/electrum-ltc)