summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2021-04-04 10:44:09 -0700
committerKyle Manna2021-04-04 10:44:09 -0700
commit1c02010c6ce5d8ecd30b69f19a18eb06810b149d (patch)
treebf4d80abaf54c324416fc449ed9b1ec44fb9b54e /PKGBUILD
parent0b23b7012c4d12d89b3d1db10b0f0c298683f331 (diff)
downloadaur-1c02010c6ce5d8ecd30b69f19a18eb06810b149d.tar.gz
pkgrel: backblaze-b2 v2.3.0-3
* Add missing python-setuptools-scm
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d233e5ca100e..3cbfa1af65d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=backblaze-b2
_pkgname=b2
pkgver=2.3.0
-pkgrel=2
+pkgrel=3
pkgdesc='Backblaze B2 Command Line Client'
url='https://github.com/Backblaze/B2_Command_Line_Tool'
depends=('python'
@@ -14,7 +14,9 @@ depends=('python'
'python-class-registry=3.0.5'
'python-rst2ansi=0.1.5'
)
-makedepends=('python-setuptools')
+makedepends=('python-setuptools'
+ 'python-setuptools-scm<6.0'
+ )
# MIT or Creative Commons: https://www.backblaze.com/using_b2_code.html
license=('MIT')