summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-08-02 22:28:09 -0400
committerAndy Weidenbaum2018-08-02 22:28:09 -0400
commit31e74d9d284b2549a354fd4c77046ef7da21f06c (patch)
tree37cfc5765200c887972b924d298277690524fe2e
parentd2b301dd709367f4123db0bc38e3384e1e51f2fe (diff)
downloadaur-31e74d9d284b2549a354fd4c77046ef7da21f06c.tar.gz
optdepends+=python-safet
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adf22b429761..b68669bf4165 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -37,6 +37,7 @@ pkgbase = electrum-git
optdepends = python-keepkey: KeepKey hardware wallet support
optdepends = python-matplotlib: plot transaction history in graphical mode
optdepends = python-rpyc: send commands to Electrum Python console from an external script
+ optdepends = python-safet: Archos Safe-T hardware wallet support
optdepends = python-trezor: Trezor hardware wallet support
optdepends = xdg-utils: update desktop icon
optdepends = zbar: QR code reading support
diff --git a/PKGBUILD b/PKGBUILD
index a02afa078a0e..4db5c5fa45fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,6 +45,7 @@ optdepends=('desktop-file-utils: update desktop icon'
'python-keepkey: KeepKey hardware wallet support'
'python-matplotlib: plot transaction history in graphical mode'
'python-rpyc: send commands to Electrum Python console from an external script'
+ 'python-safet: Archos Safe-T hardware wallet support'
'python-trezor: Trezor hardware wallet support'
'xdg-utils: update desktop icon'
'zbar: QR code reading support')