summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ecc959b3b9f..0f73ce9c5d13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-b2sdk
pkgdesc = Python library to access B2 cloud storage.
- pkgver = 1.19.0
- pkgrel = 2
+ pkgver = 1.21.0
+ pkgrel = 1
url = https://github.com/Backblaze/b2-sdk-python
arch = any
license = MIT
@@ -16,7 +16,7 @@ pkgbase = python-b2sdk
depends = python-requests>=2.9.1
depends = python-setuptools
depends = python-tqdm>=4.5.0
- source = https://files.pythonhosted.org/packages/source/b/b2sdk/b2sdk-1.19.0.tar.gz
- sha256sums = 689a52b7e7578f0e12df774188c91a47ac31cf02ebbbe8ec7ae3ca163d91dfa6
+ source = https://files.pythonhosted.org/packages/source/b/b2sdk/b2sdk-1.21.0.tar.gz
+ sha256sums = c6b362c1ddc777748ff68fee0b9155fcdf32efb0b6731bf648340483c1ff202b
pkgname = python-b2sdk
diff --git a/PKGBUILD b/PKGBUILD
index f9a355c16fc0..a4e347f87d7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-b2sdk
_pkgname=b2sdk
-pkgver=1.19.0
-pkgrel=2
+pkgver=1.21.0
+pkgrel=1
pkgdesc='Python library to access B2 cloud storage.'
arch=('any')
url='https://github.com/Backblaze/b2-sdk-python'
@@ -23,7 +23,7 @@ makedepends=('python-build'
)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('689a52b7e7578f0e12df774188c91a47ac31cf02ebbbe8ec7ae3ca163d91dfa6')
+sha256sums=('c6b362c1ddc777748ff68fee0b9155fcdf32efb0b6731bf648340483c1ff202b')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}