summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Tran2020-10-22 00:14:40 -0500
committerMatthew Tran2020-10-22 00:14:40 -0500
commit39ec2438ad3118839f9920ab39bee9508e94e15f (patch)
tree8a11ef7e975bdb360253eb4235db6305a5510362
parent7677b818b83aa2094e73222d7ea5cd772a9d5020 (diff)
downloadaur-39ec2438ad3118839f9920ab39bee9508e94e15f.tar.gz
4.2.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8084078a3fc..5fa828d86958 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electron-cash-git
pkgdesc = Lightweight Bitcoin Cash wallet
- pkgver = 4.1.1.r1.ga228bbc0e
+ pkgver = 4.2.0.r1.gd26f86768
pkgrel = 1
url = http://www.electroncash.org/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 727377c3bca1..29cbef0adf9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname='electron-cash-git'
pkgdesc='Lightweight Bitcoin Cash wallet'
-pkgver=4.1.1.r1.ga228bbc0e
+pkgver=4.2.0.r1.gd26f86768
pkgrel=1
url='http://www.electroncash.org/'
arch=('any')
@@ -66,9 +66,9 @@ build() {
cd "${pkgname}"
# Compile the icons file for Qt:
- pyrcc5 icons.qrc -o gui/qt/icons_rc.py
+ pyrcc5 icons.qrc -o electroncash_gui/qt/icons_rc.py
# Compile the protobuf description file:
- protoc --proto_path=lib/ --python_out=lib/ lib/paymentrequest.proto
+ protoc --proto_path=electroncash/ --python_out=electroncash/ electroncash/paymentrequest.proto
# Create translations (optional):
python contrib/make_locale
# Build