summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2021-06-29 19:03:10 -0700
committerKyle Manna2021-11-13 01:52:31 -0600
commit5da5b0e1d91b0937b9f296948a5734a7a09d96b8 (patch)
tree76f960a20e184f5a4fff0bc984fd7a86c73469fa
parentb74464884a0838d9ab98892aa5f3911c1df5c39c (diff)
downloadaur-5da5b0e1d91b0937b9f296948a5734a7a09d96b8.tar.gz
release: backblaze-b2 v3.1.0
* Bump release.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ab6c32ee461..0738db45b12f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = backblaze-b2
pkgdesc = Backblaze B2 Command Line Client
- pkgver = 2.5.0
- pkgrel = 2
+ pkgver = 3.1.0
+ pkgrel = 1
url = https://github.com/Backblaze/B2_Command_Line_Tool
arch = any
license = MIT
@@ -10,12 +10,12 @@ pkgbase = backblaze-b2
makedepends = python-setuptools-scm
depends = python
depends = python-arrow>=0.8.0
- depends = python-b2sdk>=1.0.0
+ depends = python-b2sdk>=1.13.0
depends = python-b2sdk<2.0.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.5.0.tar.gz
- sha256sums = 85b4917fa74178883fb3eca442dc81fdd2387b00d514302d6e7e1c695d9a096a
+ source = https://files.pythonhosted.org/packages/source/b/b2/b2-3.1.0.tar.gz
+ sha256sums = 411232733599a7553bd146e842e84b15530712aead26d71ff68b81fec754d62b
pkgname = backblaze-b2
diff --git a/PKGBUILD b/PKGBUILD
index 125397f7cc25..c27d11c6d3b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=backblaze-b2
_pkgname=b2
-pkgver=2.5.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
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>=1.13.0'
'python-b2sdk<2.0.0'
'python-docutils>=0.16'
'python-class-registry=3.0.5'
@@ -24,7 +24,7 @@ license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('85b4917fa74178883fb3eca442dc81fdd2387b00d514302d6e7e1c695d9a096a')
+sha256sums=('411232733599a7553bd146e842e84b15530712aead26d71ff68b81fec754d62b')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}