summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2021-07-09 20:04:15 -0700
committerKyle Manna2021-07-09 20:04:15 -0700
commitb74464884a0838d9ab98892aa5f3911c1df5c39c (patch)
tree504fa54ae609b5f39c07b8f04b730ec50d64d35b /PKGBUILD
parentf588df302b25aa22759392a19fd67679efd23fac (diff)
downloadaur-b74464884a0838d9ab98892aa5f3911c1df5c39c.tar.gz
pkgrel: Fix missing pip makedepends
* Necessary for chroot builds.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5045cb1c39c9..125397f7cc25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=backblaze-b2
_pkgname=b2
pkgver=2.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Backblaze B2 Command Line Client'
url='https://github.com/Backblaze/B2_Command_Line_Tool'
depends=('python'
@@ -14,7 +14,8 @@ depends=('python'
'python-class-registry=3.0.5'
'python-rst2ansi=0.1.5'
)
-makedepends=('python-setuptools'
+makedepends=('python-pip'
+ 'python-setuptools'
'python-setuptools-scm'
)