summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302019-08-23 12:57:25 +0200
committerM0Rf302019-08-23 12:57:25 +0200
commit28183b59d91aa51f27837f13e6583735b99ca81c (patch)
tree6e869fbe488f7cb93c04c9663060a9eca65924f8
parent5b2c778ca924e957a0c8544434d7391742998b17 (diff)
downloadaur-28183b59d91aa51f27837f13e6583735b99ca81c.tar.gz
encompass: fixed tlslite-ng and missing trezor module
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0f40ba34666..df447c5ab644 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sat Nov 18 19:12:15 UTC 2017
pkgbase = encompass
pkgdesc = BIP-0044 compliant multi-currency wallet based on Electrum. Extendable with ChainKey modules to most coins!
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mazaclub/encompass/
install = encompass.install
arch = any
@@ -24,7 +22,7 @@ pkgbase = encompass
depends = python2-hidapi
depends = python2-socks
depends = python2-protobuf
- depends = python2-tlslite
+ depends = python2-tlslite-ng
depends = python2-dnspython
depends = python2-pyqt4
depends = python2-sip
diff --git a/PKGBUILD b/PKGBUILD
index 1b51a120c9f7..35e28a5b1b69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=encompass
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="BIP-0044 compliant multi-currency wallet based on Electrum. Extendable with ChainKey modules to most coins!"
arch=('any')
depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode' 'python2-ltc_scrypt'
- 'python2-darkcoin_hash' 'python2-mnemonic' 'python2-hidapi' 'python2-socks' 'python2-protobuf' 'python2-tlslite' 'python2-dnspython'
+ 'python2-darkcoin_hash' 'python2-mnemonic' 'python2-hidapi' 'python2-socks' 'python2-protobuf' 'python2-tlslite-ng' 'python2-dnspython'
'python2-pyqt4' 'python2-sip' 'python2-slowaes' 'python2-trezor')
makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 'desktop-file-utils')
optdepends=('python2-btchip: BTChip hardware wallet support'