diff options
author | Matthew Tran | 2019-09-02 21:01:59 -0500 |
---|---|---|
committer | Matthew Tran | 2019-09-02 21:01:59 -0500 |
commit | 629f92730d9827fe547d2e327788e1265f45e1be (patch) | |
tree | 6ee6d95d811c4bd94ef90ec007485ed15211d366 | |
parent | 5464815bb27693ba465fb09c75df1ec019fc8cc0 (diff) | |
download | aur-629f92730d9827fe547d2e327788e1265f45e1be.tar.gz |
Add python-dateutil dependency
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = electron-cash-git pkgdesc = Lightweight Bitcoin Cash wallet - pkgver = 4.0.9.dev1.r0.g9aa62bcd0 + pkgver = 4.0.10.dev1.r1.g6470f8c61 pkgrel = 1 url = http://www.electroncash.org/ arch = any @@ -13,6 +13,7 @@ pkgbase = electron-cash-git depends = hicolor-icon-theme depends = libsecp256k1 depends = python + depends = python-dateutil depends = python-dnspython depends = python-ecdsa depends = python-jsonrpclib-pelix @@ -6,7 +6,7 @@ pkgname='electron-cash-git' pkgdesc='Lightweight Bitcoin Cash wallet' -pkgver=4.0.9.dev1.r0.g9aa62bcd0 +pkgver=4.0.10.dev1.r1.g6470f8c61 pkgrel=1 url='http://www.electroncash.org/' arch=('any') @@ -22,6 +22,7 @@ depends=( 'hicolor-icon-theme' 'libsecp256k1' 'python' + 'python-dateutil' 'python-dnspython' 'python-ecdsa' 'python-jsonrpclib-pelix' |