summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2021-04-04 08:14:00 -0700
committerKyle Manna2021-04-04 08:14:00 -0700
commit0b23b7012c4d12d89b3d1db10b0f0c298683f331 (patch)
treec25a79de12c968db83a33316e8d2fc5704e21aa7
parent8b77e84ef45c88748455a229805e060e069d1b7e (diff)
downloadaur-0b23b7012c4d12d89b3d1db10b0f0c298683f331.tar.gz
pkgrel: backblaze-b2 v2.3.0-2
* Fix dependencies
-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')