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 e013ac9803c9..be54817b4b20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-b2sdk
_pkgname=b2sdk
-pkgver=1.5.0
-pkgrel=4
+pkgver=1.11.0
+pkgrel=1
pkgdesc='Python library to access B2 cloud storage.'
arch=(any)
url='https://github.com/Backblaze/b2-sdk-python'
@@ -15,10 +15,10 @@ depends=('python'
'python-setuptools'
'python-tqdm>=4.5.0'
)
-makedepends=('python-setuptools-scm<6.0')
+makedepends=('python-setuptools-scm')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('d85a74cb7f60db676119572085cd44a61d3c383ab8e3c6836d46a15ac669db74')
+sha256sums=('c8e3b286eb9edc0ea9fd205a3ba514c5b7789930f25b69919dbaa5bd94b288a0')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}