summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 272dbeacc573..fa3cd9f655a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electrum-git
pkgdesc = Lightweight Bitcoin wallet
- pkgver = 20190604
+ pkgver = 20190617
pkgrel = 1
url = https://github.com/spesmilo/electrum
install = electrum.install
@@ -36,6 +36,7 @@ pkgbase = electrum-git
optdepends = gtk-update-icon-cache: update desktop icon
optdepends = python-amodem: air-gapped transaction signing over audio modem
optdepends = python-btchip: Ledger hardware wallet support
+ optdepends = python-ckcc-protocol: Coldcard wallet hardware support
optdepends = python-hidapi: Digital Bitbox hardware wallet support
optdepends = python-pycryptodomex: use PyCryptodome AES implementation instead of pyaes
optdepends = python-keepkey: KeepKey hardware wallet support
diff --git a/PKGBUILD b/PKGBUILD
index 57edf87d8381..177b0bffd9c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
#
pkgname=electrum-git
-pkgver=20190604
+pkgver=20190617
pkgrel=1
pkgdesc="Lightweight Bitcoin wallet"
arch=('any')
@@ -45,6 +45,7 @@ optdepends=('desktop-file-utils: update desktop icon'
'gtk-update-icon-cache: update desktop icon'
'python-amodem: air-gapped transaction signing over audio modem'
'python-btchip: Ledger hardware wallet support'
+ 'python-ckcc-protocol: Coldcard wallet hardware support'
'python-hidapi: Digital Bitbox hardware wallet support'
'python-pycryptodomex: use PyCryptodome AES implementation instead of pyaes'
'python-keepkey: KeepKey hardware wallet support'