[arch-commits] Commit in electrum/trunk (PKGBUILD)

Timothy Redaelli tredaelli at archlinux.org
Sat Feb 27 12:48:25 UTC 2016


    Date: Saturday, February 27, 2016 @ 13:48:25
  Author: tredaelli
Revision: 163588

upgpkg: electrum 2.6-2

Add missing dependency to python2-jsonrpclib

Modified:
  electrum/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-27 12:31:52 UTC (rev 163587)
+++ PKGBUILD	2016-02-27 12:48:25 UTC (rev 163588)
@@ -6,10 +6,10 @@
 
 pkgname=electrum
 pkgver=2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
-depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
+depends=('python2-ecdsa' 'python2-jsonrpclib' '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-btchip: BTChip hardware wallet support'



More information about the arch-commits mailing list