summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2016-03-22 21:55:06 -0400
committerMario Finelli2016-03-22 21:55:06 -0400
commitf0f3f9237382bc7ba5c1919276fc311a389969e5 (patch)
tree4aa24b13626c4eecfbd93c5ac40c47d582da89ce /PKGBUILD
parent2e51a00754bd28fd3949d6ba386ea38fcce240bc (diff)
downloadaur-f0f3f9237382bc7ba5c1919276fc311a389969e5.tar.gz
Add python2 setuptools make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e044f898b8e..ad3df5b38b4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _pkgname=backblaze-b2
_reponame="B2_Command_Line_Tool"
pkgname="${_pkgname}-git"
-pkgver=r257.a132718
+pkgver=r349.ea88798
pkgrel=1
pkgdesc="Backblaze B2 Command Line Client."
arch=('any')
url="https://www.backblaze.com/b2/cloud-storage.html"
license=('MIT')
depends=('python2')
-makedepends=('git')
+makedepends=('git' 'python2-setuptools')
optdepends=('python-tqdm: upload/download progress bar')
provides=("$_pkgname")
conflicts=("$_pkgname")