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

Santiago Torres-Arias sangy at archlinux.org
Tue Feb 12 03:45:07 UTC 2019


    Date: Tuesday, February 12, 2019 @ 03:45:06
  Author: sangy
Revision: 431845

upgpkg: electrum 3.3.3-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-12 03:44:49 UTC (rev 431844)
+++ PKGBUILD	2019-02-12 03:45:06 UTC (rev 431845)
@@ -3,7 +3,7 @@
 # Contributor: Andy Weidenbaum <archbaum at gmail.com>
 
 pkgname=electrum
-pkgver=3.2.3
+pkgver=3.3.3
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -10,7 +10,8 @@
 makedepends=('python-setuptools')
 depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 'python-qrcode'
          'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 'python-pysocks'
-         'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client')
+         'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client' 'python-certifi'
+         'python-aiorpcx' 'python-aiohttp' 'python-aiosocks')
 optdepends=('python-btchip: BTChip hardware wallet support'
             'python-matplotlib: plot transaction history in graphical mode'
             'zbar: QR code reading support')
@@ -17,8 +18,9 @@
 url="https://electrum.org"
 license=('MIT')
 source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('a1620d2a0f28ee8c61e0ddd985f9e2a219f2b9fe0316042fbc88533332fd95709a9f4e60a40494a9cc5c2fad08c6f318f38bcbe91bbb88d20811953d514682f7'
-            'SKIP')
+sha512sums=('a30287794b87f3e3ad02be4c32281c22dcfec801ff0d4602e6adcb85e532c34e69b60e2aec65f5d6ef8ae68c21b068fff87ca685ef8caca4c785b56cb400e23f'                                                                                                
+    'SKIP')
+
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 
 prepare() {



More information about the arch-commits mailing list