summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2021-07-08 11:20:40 -0700
committerKyle Manna2021-07-08 11:20:40 -0700
commitf6c8e8bf203a70c50304beb2c482c2da34a91582 (patch)
treea5d93e18765da02c2ccdcf3972766b798b25aec6 /PKGBUILD
parent62a41aa4c5b6beae944fb88698e04cdfde696640 (diff)
downloadaur-f6c8e8bf203a70c50304beb2c482c2da34a91582.tar.gz
pkgrel: python-b2sdk v1.11.0-2
* Tweak make dependency for chroot builds.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be54817b4b20..05d0664e90bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-b2sdk
_pkgname=b2sdk
pkgver=1.11.0
-pkgrel=1
+pkgrel=2
pkgdesc='Python library to access B2 cloud storage.'
arch=(any)
url='https://github.com/Backblaze/b2-sdk-python'
@@ -15,7 +15,9 @@ depends=('python'
'python-setuptools'
'python-tqdm>=4.5.0'
)
-makedepends=('python-setuptools-scm')
+makedepends=('python-setuptools-scm'
+ 'python-pip'
+ )
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('c8e3b286eb9edc0ea9fd205a3ba514c5b7789930f25b69919dbaa5bd94b288a0')