summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Parrish2020-08-30 10:57:06 -0400
committerDavid Parrish2020-08-30 10:57:06 -0400
commitda6dd48b8fb9c49994839fbd432ffdf5855f5b4d (patch)
treefbbec3aac78fb4c0fcaac03aba4b54fe81aa5f53 /PKGBUILD
parentf7a4cd994aa09a40a6030a8546e6d4bd3cf74601 (diff)
downloadaur-python-jmbitcoin-git.tar.gz
Update to version 0.7.0-r3
- Remove python-future dependency - Add python-bitcointx, python-pyaes and python-urldecode dependencies - Add check dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41f98e0ea5c8..d8e1bc32926f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,14 @@
# shellcheck disable=SC2034,SC2164
pkgname=python-jmbitcoin-git
-pkgver=0.6.1.r91.ga050a89
+pkgver=0.7.0.r3.gc90432e
pkgrel=1
pkgdesc="JoinMarket library for bitcoin protocol"
url="https://github.com/JoinMarket-Org/joinmarket-clientserver/tree/master/jmbitcoin"
-depends=( 'python-future' 'python-coincurve' )
+# See dependencies listed here: https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/jmbitcoin/setup.py
+depends=( 'python-coincurve' 'python-bitcointx' 'python-pyaes' 'python-urldecode' )
makedepends=('git' 'python-setuptools')
+checkdepends=('python-jmbase-git' 'python-colorama' 'python-secp256k1' 'python-chromalog' )
arch=('any')
license=('GPL3')
source=("${pkgname}::git+https://github.com/JoinMarket-Org/joinmarket-clientserver.git")