summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")