summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b5a5383682b..87c56e880c3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = backblaze-b2
pkgdesc = Backblaze B2 Command Line Client
pkgver = 2.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Backblaze/B2_Command_Line_Tool
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python
depends = python-arrow>=0.8.0
depends = python-b2sdk>=1.0.0
depends = python-b2sdk<2.0.0
- depends = python-tqdm>=4.5.0
+ depends = python-docutils>=0.16
depends = python-class-registry=3.0.5
depends = python-rst2ansi=0.1.5
source = https://files.pythonhosted.org/packages/source/b/b2/b2-2.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1cb185925f68..d233e5ca100e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
pkgname=backblaze-b2
_pkgname=b2
pkgver=2.3.0
-pkgrel=1
-pkgdesc="Backblaze B2 Command Line Client"
+pkgrel=2
+pkgdesc='Backblaze B2 Command Line Client'
url='https://github.com/Backblaze/B2_Command_Line_Tool'
depends=('python'
'python-arrow>=0.8.0'
'python-b2sdk>=1.0.0'
'python-b2sdk<2.0.0'
- 'python-tqdm>=4.5.0'
+ 'python-docutils>=0.16'
'python-class-registry=3.0.5'
'python-rst2ansi=0.1.5'
)
+makedepends=('python-setuptools')
# MIT or Creative Commons: https://www.backblaze.com/using_b2_code.html
license=('MIT')