summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302019-08-23 12:57:25 +0200
committerM0Rf302019-08-23 12:57:25 +0200
commit28183b59d91aa51f27837f13e6583735b99ca81c (patch)
tree6e869fbe488f7cb93c04c9663060a9eca65924f8 /PKGBUILD
parent5b2c778ca924e957a0c8544434d7391742998b17 (diff)
downloadaur-encompass.tar.gz
encompass: fixed tlslite-ng and missing trezor module
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'