[arch-commits] Commit in electrum/trunk (PKGBUILD)

Santiago Torres-Arias sangy at archlinux.org
Thu Mar 7 17:02:24 UTC 2019


    Date: Thursday, March 7, 2019 @ 17:02:22
  Author: sangy
Revision: 438021

Add additional optdepends

Modified:
  electrum/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-07 16:45:14 UTC (rev 438020)
+++ PKGBUILD	2019-03-07 17:02:22 UTC (rev 438021)
@@ -5,7 +5,7 @@
 
 pkgname=electrum
 pkgver=3.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
 makedepends=('python-setuptools')
@@ -14,8 +14,14 @@
          'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client' 'python-certifi'
          'python-aiorpcx' 'python-aiohttp' 'python-aiohttp-socks')
 optdepends=('python-btchip: BTChip hardware wallet support'
+            'python-hidapi: Digital Bitbox hardware wallet support'
             'python-matplotlib: plot transaction history in graphical mode'
-            'zbar: QR code reading support')
+            'zbar: QR code reading support'
+            'python-rpyc: send commands to Electrum Python console from an external script'
+            'python-qdarkstyle: optional dark theme in graphical mode'
+            'python-pycryptodomex: use PyCryptodome AES implementation instead of pyaes'
+         )
+
 url="https://electrum.org"
 license=('MIT')
 source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})



More information about the arch-commits mailing list