summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \