summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2019-07-04 18:48:44 +1000
committerLuis Aranguren2019-07-04 18:48:44 +1000
commit39f1f70e918fa6a98e60457cf7041c66e79087e7 (patch)
treeab89dc3c41457b84ebe582b2c8435d22bb372399 /PKGBUILD
parent28932fea58024976f5c68a2f8bda2490b7d7aa20 (diff)
downloadaur-39f1f70e918fa6a98e60457cf7041c66e79087e7.tar.gz
update pkgver to 20190703, change make_locale to pull_locale
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
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