summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2021-11-04 22:03:50 -0500
committerKyle Manna2021-11-04 22:03:50 -0500
commit6ac3795c43ad1cdfca886e8043e948599892a093 (patch)
treea55cf01b0d80af05169985162cb4f19703018c3f /PKGBUILD
parentf6c8e8bf203a70c50304beb2c482c2da34a91582 (diff)
downloadaur-6ac3795c43ad1cdfca886e8043e948599892a093.tar.gz
release: python-b2sdk v1.13.0-1
* Follow upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05d0664e90bf..d10def932546 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-b2sdk
_pkgname=b2sdk
-pkgver=1.11.0
-pkgrel=2
+pkgver=1.13.0
+pkgrel=1
pkgdesc='Python library to access B2 cloud storage.'
arch=(any)
url='https://github.com/Backblaze/b2-sdk-python'
@@ -20,7 +20,7 @@ makedepends=('python-setuptools-scm'
)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('c8e3b286eb9edc0ea9fd205a3ba514c5b7789930f25b69919dbaa5bd94b288a0')
+sha256sums=('43d07ce5cf9685acc3797b0c4764b4688777db12d8f0102e6118f8403db5c759')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}