summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-12-20 11:12:46 -0800
committerAndy Weidenbaum2015-12-20 11:12:46 -0800
commitbed5e65a38cdef707fabbf4cf9883cfa1cf0d559 (patch)
tree35b9c968f2bf44ce156b2813cc243f9d8bd0ea6c
parentaac247465ce714ae7cd1ec897cbfb594d487f986 (diff)
downloadaur-bed5e65a38cdef707fabbf4cf9883cfa1cf0d559.tar.gz
update pkgver to 20151214, py version fixed upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14bd01b77323..aa72b37202e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Dec 20 19:12:27 UTC 2015
pkgbase = electrum-git
pkgdesc = Lightweight Bitcoin wallet
- pkgver = 20151130
+ pkgver = 20151214
pkgrel = 1
url = https://github.com/spesmilo/electrum
install = electrum.install
diff --git a/PKGBUILD b/PKGBUILD
index a9feeac2b19c..91fc62524d58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=electrum-git
-pkgver=20151130
+pkgver=20151214
pkgrel=1
pkgdesc="Lightweight Bitcoin wallet"
arch=('any')
@@ -57,10 +57,6 @@ pkgver() {
prepare() {
cd ${pkgname%-git}
- msg2 'Fixing Python version...'
- find . -type f -print0 | xargs -0 sed -i 's#/usr/bin/python#/usr/bin/python2#g'
- find . -type f -print0 | xargs -0 sed -i 's#/usr/bin/env python#/usr/bin/env python2#g'
-
msg2 'Fixing app.fil...'
# plugins/labels.py → plugins/labels/labels.py
sed -i 's@plugins/labels.py@plugins/labels/labels.py@' app.fil