summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad3df5b38b4e..dd07c98513fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ _pkgname=backblaze-b2
_reponame="B2_Command_Line_Tool"
pkgname="${_pkgname}-git"
-pkgver=r349.ea88798
+pkgver=r534.4e5f238
pkgrel=1
pkgdesc="Backblaze B2 Command Line Client."
arch=('any')
url="https://www.backblaze.com/b2/cloud-storage.html"
license=('MIT')
-depends=('python2')
+depends=('python2' 'python2-futures' 'python2-portalocker')
makedepends=('git' 'python2-setuptools')
optdepends=('python-tqdm: upload/download progress bar')
provides=("$_pkgname")