summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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}