summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2019-02-06 15:17:48 +1100
committerLuis Aranguren2019-02-06 15:17:48 +1100
commit93d8881c6e5a5cf1d081070683e7f57d879b2cc7 (patch)
tree3f27ca44364a475ffe4f05ccce2fedaef5eacdb3
parent259fb411af28eba3251292b84a83016e56bef071 (diff)
downloadaur-93d8881c6e5a5cf1d081070683e7f57d879b2cc7.tar.gz
update pkgver to 20190205, fix for https://github.com/spesmilo/electrum/pull/4711
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e2257bef97d..a5d8b4b63818 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electrum-git
pkgdesc = Lightweight Bitcoin wallet
- pkgver = 20190101
- pkgrel = 2
+ pkgver = 20190205
+ pkgrel = 1
url = https://github.com/spesmilo/electrum
install = electrum.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5f3e836129af..df1aa70bc889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@
#
pkgname=electrum-git
-pkgver=20190101
-pkgrel=2
+pkgver=20190205
+pkgrel=1
pkgdesc="Lightweight Bitcoin wallet"
arch=('any')
depends=('hicolor-icon-theme'
@@ -70,8 +70,8 @@ pkgver() {
build() {
cd ${pkgname%-git}
- msg2 'Compiling icons...'
- pyrcc5 icons.qrc -o electrum/gui/qt/icons_rc.py
+ msg2 'Initializing git submodule...'
+ git submodule init
msg2 'Compiling protobuf description file...'
protoc \