summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2016-04-27 22:40:39 -0400
committerMario Finelli2016-04-27 22:43:09 -0400
commite72bdefce72aa26e0b70732b6629879a69ec83ac (patch)
treea6a82343da9496b3d509fb2ef7ab8d1f2eaf898f /PKGBUILD
parentf0f3f9237382bc7ba5c1919276fc311a389969e5 (diff)
downloadaur-e72bdefce72aa26e0b70732b6629879a69ec83ac.tar.gz
Update dependencies
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")