summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredfish2023-09-03 22:32:15 -0400
committerredfish2023-09-03 22:32:15 -0400
commit6e22b1f19de74592c2a2df708b99a2df8f8a748c (patch)
tree8438cce2948e10be471bf78532a6511bd4ddd8c3 /PKGBUILD
parent364eb5d7d7935e9791aa20669ee5b0f7eff99e9a (diff)
downloadaur-6e22b1f19de74592c2a2df708b99a2df8f8a748c.tar.gz
dep: ipfs package was renamed to kubo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d02a3696e48f..f21b12f7d4c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-ipfshttpclient
_name=ipfshttpclient
pkgver=0.7.0
-pkgrel=2
+pkgrel=3
pkgdesc="Python IPFS HTTP client library"
arch=('any')
conflicts=("python-ipfsapi") # legacy name
@@ -16,13 +16,13 @@ depends=('python'
'python-setuptools'
'python-six'
)
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-ordering'
+checkdepends=('kubo>=0.4.23'
+ 'python-pytest' 'python-pytest-cov' 'python-pytest-ordering'
'python-pytest-dependency'
'python-mock' 'python-pytest-mock'
'python-cid' 'python-pytest-cid'
'python-pytest-localserver' 'python-pluggy' 'python-py'
)
-optdepends=('go-ipfs: IPFS daemon') # an IPFS deamon is a checkdepend, but not required to be go-ipfs
source=("https://pypi.io/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
build() {