Date: Wednesday, March 11, 2015 @ 18:44:20 Author: tredaelli Revision: 129080
upgpkg: electrum 2.0.2-1 Modified: electrum/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-11 17:20:40 UTC (rev 129079) +++ PKGBUILD 2015-03-11 17:44:20 UTC (rev 129080) @@ -5,7 +5,7 @@ # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV pkgname=electrum -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=1 pkgdesc="Lightweight Bitcoin wallet" arch=('any') @@ -12,13 +12,15 @@ depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode' 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 'python2-pyqt4' 'python2-sip' 'python2-slowaes') makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 'desktop-file-utils') -optdepends=('python2-zbar: QR code reading support') +optdepends=('python2-btchip: BTChip hardware wallet support' + 'python2-matplotlib: plot transaction history in graphical mode' + 'zbar: QR code reading support') url="https://electrum.org" license=('GPL3') source=("https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz"{,.asc}) -md5sums=('409e5bff5b9e83f65724a8127d344055' +md5sums=('4e940304cc7b5b3f297250d220b2825f' 'SKIP') -sha256sums=('562dcb53ed75790d63506b68ffaf51c49bdd6c735762dcaa1b8cca52825e35bf' +sha256sums=('65fa10adb4d49fb94daf7c7dc3ec13813107f728039d11c5aa66e5f3b53a458c' 'SKIP') validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
