summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2021-04-04 10:44:09 -0700
committerKyle Manna2021-04-04 10:44:09 -0700
commit1c02010c6ce5d8ecd30b69f19a18eb06810b149d (patch)
treebf4d80abaf54c324416fc449ed9b1ec44fb9b54e
parent0b23b7012c4d12d89b3d1db10b0f0c298683f331 (diff)
downloadaur-1c02010c6ce5d8ecd30b69f19a18eb06810b149d.tar.gz
pkgrel: backblaze-b2 v2.3.0-3
* Add missing python-setuptools-scm
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87c56e880c3f..a1cca6a60b6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = backblaze-b2
pkgdesc = Backblaze B2 Command Line Client
pkgver = 2.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Backblaze/B2_Command_Line_Tool
arch = any
license = MIT
makedepends = python-setuptools
+ makedepends = python-setuptools-scm<6.0
depends = python
depends = python-arrow>=0.8.0
depends = python-b2sdk>=1.0.0
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')