summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Gembe2023-11-09 17:50:16 +0700
committerAxel Gembe2023-11-09 18:09:16 +0700
commitc4e2230291bdb6eb92d34860956be5635a4dd491 (patch)
tree83fe37c4a60f117506127d13cfe37a85b14efd16
parent08c7c1e63e8056c32537f73166a18513cb76e183 (diff)
downloadaur-c4e2230291bdb6eb92d34860956be5635a4dd491.tar.gz
recompile fusion.proto
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 353fd426e13e..bff62bf55398 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electron-cash
pkgdesc = Lightweight Bitcoin Cash wallet
pkgver = 4.3.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.electroncash.org/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 00e2f15d48ad..44239c005bea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname='electron-cash'
pkgdesc='Lightweight Bitcoin Cash wallet'
pkgver=4.3.1
secp256k1ver=0.20.9
-pkgrel=1
+pkgrel=2
url='http://www.electroncash.org/'
arch=('any')
license=('MIT')
@@ -81,6 +81,7 @@ build() {
pyrcc5 icons.qrc -o electroncash_gui/qt/icons_rc.py
# Compile the protobuf description file:
protoc --proto_path=electroncash/ --python_out=electroncash/ electroncash/paymentrequest.proto
+ protoc --proto_path=electroncash_plugins/fusion/protobuf/ --python_out=electroncash_plugins/fusion/ electroncash_plugins/fusion/protobuf/fusion.proto
# Create translations (optional):
python contrib/make_locale
# Use libsecp