summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2017-06-07 21:29:53 -0400
committerMario Finelli2017-06-07 21:29:53 -0400
commitcf454719cd67f9a50baa1fb897def29ab6b36428 (patch)
tree21c2dea31dbac63c3253c93f1e9d7c79430aa8ac /PKGBUILD
parent21e3d6835598d90dfb20a15e9728ec06387d4111 (diff)
downloadaur-cf454719cd67f9a50baa1fb897def29ab6b36428.tar.gz
Add python2-arrow dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a8c500f1b6e..41df2d8d2236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Backblaze B2 Command Line Client."
arch=('any')
url="https://www.backblaze.com/b2/cloud-storage.html"
license=('MIT')
-depends=('python2' 'python2-futures' 'python2-logfury' 'python2-portalocker' 'python2-requests' 'python2-tqdm')
+depends=('python2' 'python2-arrow' 'python2-futures' 'python2-logfury' 'python2-portalocker' 'python2-requests' 'python2-tqdm')
makedepends=('git' 'python2-setuptools')
provides=("$_pkgname")
conflicts=("$_pkgname")