summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)