summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 513968002f0f..119481208b38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ipfshttpclient
pkgdesc = Python IPFS HTTP client library
pkgver = 0.7.0
- pkgrel = 3
+ pkgrel = 4
url = https://pypi.python.org/pypi/ipfshttpclient
arch = any
license = MIT
@@ -18,6 +18,8 @@ pkgbase = python-ipfshttpclient
checkdepends = python-pluggy
checkdepends = python-py
depends = python
+ depends = python-httpcore
+ depends = python-httpx
depends = python-multiaddr
depends = python-netaddr
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index f21b12f7d4c5..a7443e448420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=python-ipfshttpclient
_name=ipfshttpclient
pkgver=0.7.0
-pkgrel=3
+pkgrel=4
pkgdesc="Python IPFS HTTP client library"
arch=('any')
conflicts=("python-ipfsapi") # legacy name
url="https://pypi.python.org/pypi/ipfshttpclient"
license=('MIT')
depends=('python'
+ 'python-httpcore'
+ 'python-httpx'
'python-multiaddr'
'python-netaddr'
'python-requests'