summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-03-09 11:35:59 -0800
committerAndy Weidenbaum2017-03-09 11:35:59 -0800
commitd8b94f0267415cc6b118e3d6a270b2d5d6addba4 (patch)
tree19fb19ef2e913e8666801baa1a83b504a327930d
parent34fbe9389e4b952a131bf3957e698b3389ec0cb3 (diff)
downloadaur-d8b94f0267415cc6b118e3d6a270b2d5d6addba4.tar.gz
update pkgver to 20170309, s/crypto/pycryptodomex
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb44a4d6131f..23c3eb0323fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 4 18:23:19 UTC 2017
+# Thu Mar 9 19:35:41 UTC 2017
pkgbase = electrum-git
pkgdesc = Lightweight Bitcoin wallet
- pkgver = 20170304
+ pkgver = 20170309
pkgrel = 1
url = https://github.com/spesmilo/electrum
install = electrum.install
@@ -31,7 +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-pycryptodomex: use PyCryptodome 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 355797d43ed0..0c11b9b6cce7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=electrum-git
-pkgver=20170304
+pkgver=20170309
pkgrel=1
pkgdesc="Lightweight Bitcoin wallet"
arch=('any')
@@ -35,7 +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-pycryptodomex: use PyCryptodome 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'