summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Parrish2020-08-30 10:54:31 -0400
committerDavid Parrish2020-08-30 10:54:31 -0400
commit415db0f004f4fc039849bd2f24856d310f5877e9 (patch)
tree49a004f0c979bf39f9a350184aadcf1c341f20e6 /PKGBUILD
parent622f336bc82423a1615da5de1a4aae7025476955 (diff)
downloadaur-python-jmbase-git.tar.gz
Update to version 0.7.0-r3
- Remove python-future dependency - 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 d78987bd498b..9d5a65a88c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,14 @@
# shellcheck disable=SC2034,SC2164
pkgname=python-jmbase-git
-pkgver=0.6.1.r91.ga050a89
+pkgver=0.7.0.r3.gc90432e
pkgrel=1
pkgdesc="Base JoinMarket library including commands defining client-server (daemon) messaging protocol"
url="https://github.com/JoinMarket-Org/joinmarket-clientserver/tree/master/jmbase"
-depends=( 'python-future' 'python-twisted' 'python-service-identity' 'python-chromalog' )
+# See dependencies listed here: https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/jmbase/setup.py
+depends=( 'python-twisted' 'python-service-identity' 'python-chromalog' )
makedepends=('git' 'python-setuptools')
+checkdepends=('python-chromalog')
arch=('any')
license=('GPL3')
source=("${pkgname}::git+https://github.com/JoinMarket-Org/joinmarket-clientserver.git")