Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Electron-Cash: update to 4.0.12.
@ 2020-01-26  3:38 voidlinux-github
  2020-01-26  3:45 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-26 13:25 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-26  3:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages Electron-Cash-4.0.12
https://github.com/void-linux/void-packages/pull/18559

Electron-Cash: update to 4.0.12.
None

A patch file from https://github.com/void-linux/void-packages/pull/18559.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Electron-Cash-4.0.12-18559.patch --]
[-- Type: text/x-diff, Size: 1466 bytes --]

From 53372ea78440ffc8fe0fa1669df91f37de6caa60 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 25 Jan 2020 19:37:39 -0800
Subject: [PATCH] Electron-Cash: update to 4.0.12.

---
 srcpkgs/Electron-Cash/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index 08670c5f08d..29d802ed268 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,10 +1,9 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
-version=4.0.10
-revision=2
+version=4.0.12
+revision=1
 archs=noarch
 build_style=python3-module
-pycompile_module="electroncash electroncash_gui electroncash_plugins"
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg
  python3-jsonrpclib python3-protobuf
@@ -14,8 +13,8 @@ short_desc="Lightweight Bitcoin Cash client"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://electroncash.org"
-distfiles="https://electroncash.org/downloads/${version}/win-linux/Electron-Cash-${version}.tar.gz"
-checksum=48270e12956a2f4ef4d2b0cb60611e47f136b734a3741dab176542a32ae59ee5
+distfiles="https://github.com/Electron-Cash/Electron-Cash/releases/download/${version}/Electron-Cash-${version}.tar.gz"
+checksum=befcedee8e7d5f4a1f2a012c97d8b0f0b452728145ce9d398a1aec69b7f126c7
 
 post_install() {
 	for lib in zbar secp256k1; do

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] Electron-Cash: update to 4.0.12.
  2020-01-26  3:38 [PR PATCH] Electron-Cash: update to 4.0.12 voidlinux-github
@ 2020-01-26  3:45 ` voidlinux-github
  2020-01-26 13:25 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-26  3:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 347 bytes --]

There is an updated pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages Electron-Cash-4.0.12
https://github.com/void-linux/void-packages/pull/18559

Electron-Cash: update to 4.0.12.
None

A patch file from https://github.com/void-linux/void-packages/pull/18559.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Electron-Cash-4.0.12-18559.patch --]
[-- Type: text/x-diff, Size: 1813 bytes --]

From c1cc7d3475ee71270a3ccba0712d844c9c586e42 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 25 Jan 2020 19:37:39 -0800
Subject: [PATCH] Electron-Cash: update to 4.0.12.

---
 srcpkgs/Electron-Cash/template | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index 08670c5f08d..6cf5a5db45c 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,21 +1,20 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
-version=4.0.10
-revision=2
+version=4.0.12
+revision=1
 archs=noarch
 build_style=python3-module
-pycompile_module="electroncash electroncash_gui electroncash_plugins"
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
-depends="python3-PyQt5 python3-PyQt5-svg
+depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil
  python3-jsonrpclib python3-protobuf
- python3-pyaes python3-pycryptodome libbitcoin-secp256k1 libzbar
- python3-dnspython python3-requests python3-qrcode python3-pysocks"
+ python3-dnspython python3-requests python3-pysocks python3-stem
+ python3-ecdsa python3-pyaes python3-pycryptodome libbitcoin-secp256k1 libzbar"
 short_desc="Lightweight Bitcoin Cash client"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://electroncash.org"
-distfiles="https://electroncash.org/downloads/${version}/win-linux/Electron-Cash-${version}.tar.gz"
-checksum=48270e12956a2f4ef4d2b0cb60611e47f136b734a3741dab176542a32ae59ee5
+distfiles="https://github.com/Electron-Cash/Electron-Cash/releases/download/${version}/Electron-Cash-${version}.tar.gz"
+checksum=befcedee8e7d5f4a1f2a012c97d8b0f0b452728145ce9d398a1aec69b7f126c7
 
 post_install() {
 	for lib in zbar secp256k1; do

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: Electron-Cash: update to 4.0.12.
  2020-01-26  3:38 [PR PATCH] Electron-Cash: update to 4.0.12 voidlinux-github
  2020-01-26  3:45 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-26 13:25 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-26 13:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

There's a merged pull request on the void-packages repository

Electron-Cash: update to 4.0.12.
https://github.com/void-linux/void-packages/pull/18559

Description:
None

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-26 13:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-26  3:38 [PR PATCH] Electron-Cash: update to 4.0.12 voidlinux-github
2020-01-26  3:45 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-26 13:25 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).