summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2016-01-28 23:07:20 -0500
committerMario Finelli2016-01-28 23:07:20 -0500
commit0914247a46b17437972c2ad855d766da03244699 (patch)
tree0df4f2edbec5e7b3bdef8b6e8ad5227152934146 /PKGBUILD
parent44270cd46ba099b67fbbe46ea2b61c8def4d6315 (diff)
downloadaur-0914247a46b17437972c2ad855d766da03244699.tar.gz
Add python-tqdm optional dependecy for progress
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 511e363d574f..31009a38a613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=backblaze-b2-git
-pkgver=r139.24408e8
+pkgver=r154.588d400
pkgrel=1
pkgdesc="Backblaze B2 Command Line Client."
arch=('any')
@@ -9,6 +9,7 @@ url="https://www.backblaze.com/b2/cloud-storage.html"
license=('MIT')
depends=('python2')
makedepends=('git')
+optdepends=('python-tqdm: upload/download progress bar')
provides=('backblaze-b2')
conflicts=('backblaze-b2')
source=('git://github.com/Backblaze/B2_Command_Line_Tool.git')