summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')