summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2021-02-14 08:13:25 -0800
committerKyle Manna2021-02-14 08:23:44 -0800
commit354e16dd301a59d09acab0d0e69a3bbc8706daa3 (patch)
treeb0eb10c4f641d445d48dd88d6604231700e76811 /PKGBUILD
parent782fc26428a8b2222ffcc8d37d85944acda3aeec (diff)
downloadaur-354e16dd301a59d09acab0d0e69a3bbc8706daa3.tar.gz
release: python-b2sdk v1.3.0-1
* Follow upstream. * Switch to PyPi release which includes metadata.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3a0f1504e97..f083b9eadb01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=python-b2sdk
-_pkgname=b2-sdk-python
-pkgver=1.2.0
+_pkgname=b2sdk
+pkgver=1.3.0
pkgrel=1
pkgdesc='Python library to access B2 cloud storage.'
arch=(any)
@@ -16,8 +16,8 @@ depends=('python'
'python-tqdm>=4.5.0'
)
-source=(https://github.com/Backblaze/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('80d2daeaee38178a4d76922da2e69d7ad1f0d90fccea90d724a38909abb69b27')
+source=("https://files.pythonhosted.org/packages/source/b/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('af53e2449414b772a0bd6fad311d98a171c3693f77ebca933499946e786715ae')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}