summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')