summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 241506624ef7..cb44a4d6131f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Feb 26 01:04:58 UTC 2017
+# Sat Mar 4 18:23:19 UTC 2017
pkgbase = electrum-git
pkgdesc = Lightweight Bitcoin wallet
- pkgver = 20170225
- pkgrel = 2
+ pkgver = 20170304
+ pkgrel = 1
url = https://github.com/spesmilo/electrum
install = electrum.install
arch = any
@@ -31,6 +31,7 @@ pkgbase = electrum-git
optdepends = gtk-update-icon-cache: update desktop icon
optdepends = python2-amodem: air-gapped transaction signing over audio modem
optdepends = python2-btchip: Ledger hardware wallet support
+ optdepends = python2-crypto: use PyCrypto AES implementation instead of pyaes
optdepends = python2-keepkey: KeepKey hardware wallet support
optdepends = python2-matplotlib: plot transaction history in graphical mode
optdepends = python2-rpyc: send commands to Electrum Python console from an external script
diff --git a/PKGBUILD b/PKGBUILD
index 3763af7c20aa..355797d43ed0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
#
pkgname=electrum-git
-pkgver=20170225
-pkgrel=2
+pkgver=20170304
+pkgrel=1
pkgdesc="Lightweight Bitcoin wallet"
arch=('any')
depends=('hicolor-icon-theme'
@@ -35,6 +35,7 @@ optdepends=('desktop-file-utils: update desktop icon'
'gtk-update-icon-cache: update desktop icon'
'python2-amodem: air-gapped transaction signing over audio modem'
'python2-btchip: Ledger hardware wallet support'
+ 'python2-crypto: use PyCrypto AES implementation instead of pyaes'
'python2-keepkey: KeepKey hardware wallet support'
'python2-matplotlib: plot transaction history in graphical mode'
'python2-rpyc: send commands to Electrum Python console from an external script'