summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Parrish2020-08-30 10:52:33 -0400
committerDavid Parrish2020-08-30 10:52:33 -0400
commit88c1cadc7f6b9ae9264ae08a3fc772428ec82228 (patch)
tree08d4015e3e99451742e64550bf54b67113f8dade /PKGBUILD
parentd3342253c14f12e90be52c7e223a96b43e49dce2 (diff)
downloadaur-python-jmdaemon-git.tar.gz
Update to version 0.7.0-r3
- Remove python-future dependency
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')