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

Santiago Torres-Arias sangy at archlinux.org
Sun Jul 12 22:32:34 UTC 2020


    Date: Sunday, July 12, 2020 @ 22:32:34
  Author: sangy
Revision: 663378

upgpkg: electrum 4.0.2-1

- Add dependency: libsecp256k1
- Add dependency: python-bistring (brought from AUR)

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-12 22:29:50 UTC (rev 663377)
+++ PKGBUILD	2020-07-12 22:32:34 UTC (rev 663378)
@@ -4,8 +4,8 @@
 # Contributor: Andy Weidenbaum <archbaum at gmail.com>
 
 pkgname=electrum
-pkgver=3.3.8
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
 makedepends=('python-setuptools')
@@ -12,7 +12,8 @@
 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-certifi'
-         'python-aiorpcx' 'python-aiohttp' 'python-aiohttp-socks')
+         'python-aiorpcx' 'python-aiohttp' 'python-aiohttp-socks'
+         'libsecp256k1' 'python-bitstring')
 optdepends=('python-btchip: BTChip hardware wallet support'
             'python-hidapi: Digital Bitbox hardware wallet support'
             'python-matplotlib: plot transaction history in graphical mode'
@@ -25,7 +26,7 @@
 url="https://electrum.org"
 license=('MIT')
 source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('5f756da4d2df59c69997925c69f651011def07bfbdbc582f492ecc19386eee7d79b9951732a792e6041da902d776052d6590cbd2d7004bc93c8406bcf9093fe6'
+sha512sums=('c51537ed4adea72554c94fffd8bce82d41707590576391008fe58dbbe7b15de1b8ecb95b2afefcf7a2db82fefb48baedd3a638fedd22f3b29622846a8bb61c24'
             'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 



More information about the arch-commits mailing list