summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c724cc2cdcf..989a730bff06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
# shellcheck disable=SC2034,SC2164
pkgname=python-jmdaemon-git
-pkgver=0.6.1.r91.ga050a89
+pkgver=0.7.0.r3.gc90432e
pkgrel=1
pkgdesc="JoinMarket library for deamon protocol"
url="https://github.com/JoinMarket-Org/joinmarket-clientserver/tree/master/jmdeamon"
-depends=( 'libsodium' 'python-future' 'python-txtorcon' 'python-pyopenssl' 'python-libnacl' 'python-jmbase-git' )
+# See dependencies here: https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/jmdaemon/setup.py
+depends=( 'libsodium' 'python-txtorcon' 'python-pyopenssl' 'python-libnacl' 'python-jmbase-git' )
makedepends=('git' 'python-setuptools')
arch=('any')
license=('GPL3')