summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2019-07-04 18:48:44 +1000
committerLuis Aranguren2019-07-04 18:48:44 +1000
commit39f1f70e918fa6a98e60457cf7041c66e79087e7 (patch)
treeab89dc3c41457b84ebe582b2c8435d22bb372399
parent28932fea58024976f5c68a2f8bda2490b7d7aa20 (diff)
downloadaur-39f1f70e918fa6a98e60457cf7041c66e79087e7.tar.gz
update pkgver to 20190703, change make_locale to pull_locale
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa3cd9f655a3..6dca6b8559a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electrum-git
pkgdesc = Lightweight Bitcoin wallet
- pkgver = 20190617
+ pkgver = 20190703
pkgrel = 1
url = https://github.com/spesmilo/electrum
install = electrum.install
diff --git a/PKGBUILD b/PKGBUILD
index 177b0bffd9c1..09a23c0eeb75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,8 @@
# Contributor: Dan Beste <dan.ray.beste@gmail.com>
# Contributor: Marcel O'Neil <marcel@marceloneil.com>
-#
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-#
-
pkgname=electrum-git
-pkgver=20190617
+pkgver=20190703
pkgrel=1
pkgdesc="Lightweight Bitcoin wallet"
arch=('any')
@@ -81,7 +76,7 @@ build() {
electrum/paymentrequest.proto
echo 'Creating translations...'
- python contrib/make_locale
+ python contrib/pull_locale
echo 'Building...'
python setup.py build