summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-03-04 10:26:29 -0800
committerAndy Weidenbaum2017-03-04 10:26:29 -0800
commit34fbe9389e4b952a131bf3957e698b3389ec0cb3 (patch)
treed2c4d8f417d02ac5f3c3b2412ecc3cae9af74467
parent87194a2207ef3f0f532ad7f4ef95e527cdfabf3a (diff)
downloadaur-34fbe9389e4b952a131bf3957e698b3389ec0cb3.tar.gz
update pkgver to 20170304, optdepends+=python2-crypto
-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'