summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2018-11-22 15:11:35 +1100
committerLuis Aranguren2018-11-22 15:11:35 +1100
commita26665d475436ae1d18972d06f3f20258723a8d2 (patch)
tree1be6a653724f648532ad2e60fddd8fdf2879fb1f /PKGBUILD
parent31e74d9d284b2549a354fd4c77046ef7da21f06c (diff)
downloadaur-a26665d475436ae1d18972d06f3f20258723a8d2.tar.gz
update pkgver to 20181120, depends+=python-aiohttp_socks
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4db5c5fa45fd..bf5bd82035b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
+# Mantainer: Luis Aranguren <pizzaman@hotmail.com>
+# Contributor: Andy Weidenbaum <archbaum@gmail.com>
# Contributor: RunningDroid <runningdroid AT zoho.com>
# Contributor: Sebastian Lindqvist <dunpin@gmail.com>
# Contributor: Dan Beste <dan.ray.beste@gmail.com>
@@ -10,7 +11,7 @@
#
pkgname=electrum-git
-pkgver=20180718
+pkgver=20181120
pkgrel=1
pkgdesc="Lightweight Bitcoin wallet"
arch=('any')
@@ -29,6 +30,7 @@ depends=('hicolor-icon-theme'
'python-requests'
'python-six'
'python-websocket-client'
+ 'python-aiohttp_socks'
'qt5-base')
checkdepends=('python-tox')
makedepends=('gettext'